From fa67ecf70171295bfe23479a8fb473a3aca6cf66 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Fri, 28 Sep 2018 11:00:50 +0200 Subject: [PATCH] suppression info de connexion --- 10_premier_playbook/apache.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/10_premier_playbook/apache.yml b/10_premier_playbook/apache.yml index 72d26d6..a9439fa 100644 --- a/10_premier_playbook/apache.yml +++ b/10_premier_playbook/apache.yml @@ -1,8 +1,8 @@ --- - name: install apache via ansible playbook hosts: test - become: false - user: root + become: true + user: ansible tasks: - name: install apache yum: