From d74154d7cb51a700f5454a4ab1e4889a811ba20e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 12 Aug 2024 11:13:59 +0200 Subject: [PATCH] ff --- playbooks/3_service/munin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/3_service/munin.yml b/playbooks/3_service/munin.yml index 463c553c..d32055c0 100644 --- a/playbooks/3_service/munin.yml +++ b/playbooks/3_service/munin.yml @@ -1,8 +1,8 @@ --- - hosts: munin roles: - - role: ansible-role-apache2 - tags: "apache2" + - role: ansible-role-apache + tags: "apache" become: true - role: ansible-role-munin tags: "munin"