From cb996b5302efd4a8d3fd8b41903e0f6be725d8dd Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 12 Aug 2024 11:08:30 +0200 Subject: [PATCH] role --- playbooks/3_service/munin.yml | 3 +++ 1 file changed, 3 insertions(+) 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