Fix: Create ansible conf directory
This commit is contained in:
parent
754898c374
commit
f8769f48ac
@ -1,6 +1,12 @@
|
|||||||
---
|
---
|
||||||
|
- name: Create ansible conf directory
|
||||||
|
file:
|
||||||
|
path: /etc/ansible
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: Copy ansible.cfg
|
- name: Copy ansible.cfg
|
||||||
template:
|
template:
|
||||||
src: files/ansible.cfg
|
src: files/ansible.cfg
|
||||||
dest: /etc/ansible/ansible.cfg
|
dest: /etc/ansible/ansible.cfg
|
||||||
|
backup: yes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user