Ansible_workstation/tasks/prompt.yml
2019-02-08 08:32:24 +01:00

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