diff --git a/playbook.yml b/playbook.yml index cda4e39..1fde09f 100644 --- a/playbook.yml +++ b/playbook.yml @@ -2,7 +2,8 @@ # ansible-playbook -K -D -i inventory/hosts.yml playbook.yml -- hosts: all # should be limited to web-servers +- name: Apache2 + hosts: all # should be limited to web-servers become: true gather_facts: yes roles: