2019-05-12 07:46:36 +00:00
|
|
|
---
|
2019-05-14 13:28:22 +00:00
|
|
|
- name: Create ansible conf directory
|
|
|
|
file:
|
|
|
|
path: /etc/ansible
|
|
|
|
state: directory
|
|
|
|
|
2019-05-12 07:46:36 +00:00
|
|
|
- name: Copy ansible.cfg
|
2019-05-14 13:30:40 +00:00
|
|
|
copy:
|
2019-05-12 07:46:36 +00:00
|
|
|
src: files/ansible.cfg
|
|
|
|
dest: /etc/ansible/ansible.cfg
|
2019-05-14 13:28:22 +00:00
|
|
|
backup: yes
|