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: