Ansible_workstation/tasks/prompt.yml

14 lines
192 B
YAML
Raw Normal View History

2019-02-08 07:17:42 +00:00
---
- name: Install prompt
pacman:
name: {{ prompt }}
state: present
- name: Set shell for root
user:
name: root
shell: /bin/{{ prompt }}
tags:
- first_deployement