Fix: Create ansible conf directory

This commit is contained in:
Bertrand Benjamin 2019-05-14 15:28:22 +02:00
parent 754898c374
commit f8769f48ac
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
---
- name: Create ansible conf directory
file:
path: /etc/ansible
state: directory
- name: Copy ansible.cfg
template:
src: files/ansible.cfg
dest: /etc/ansible/ansible.cfg
backup: yes