From 63330a4f6fc96fab89b93c645de77a0409847741 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 14 May 2019 15:30:40 +0200 Subject: [PATCH] Fix: try to fix Copying ansible config file --- tasks/ansible.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/ansible.yml b/tasks/ansible.yml index fe8a3ed..11028c6 100644 --- a/tasks/ansible.yml +++ b/tasks/ansible.yml @@ -5,8 +5,7 @@ state: directory - name: Copy ansible.cfg - template: + copy: src: files/ansible.cfg dest: /etc/ansible/ansible.cfg backup: yes -