diff --git a/playbooks/3_service/munin.yml b/playbooks/3_service/munin.yml index 9f7e7e81..463c553c 100644 --- a/playbooks/3_service/munin.yml +++ b/playbooks/3_service/munin.yml @@ -1,6 +1,9 @@ --- - hosts: munin roles: + - role: ansible-role-apache2 + tags: "apache2" + become: true - role: ansible-role-munin tags: "munin" become: true