Fix: try to fix Copying ansible config file

This commit is contained in:
Bertrand Benjamin 2019-05-14 15:30:40 +02:00
parent f8769f48ac
commit 63330a4f6f
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@
state: directory
- name: Copy ansible.cfg
template:
copy:
src: files/ansible.cfg
dest: /etc/ansible/ansible.cfg
backup: yes