Ansible_workstation/tasks/prompt.yml

14 lines
192 B
YAML

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