Ansible_workstation/tasks/prompt.yml

14 lines
194 B
YAML

---
- name: Install prompt
pacman:
name: "{{ prompt }}"
state: present
- name: Set shell for root
user:
name: root
shell: /bin/{{ prompt }}
tags:
- first_deployement