From 0f9ae62f29b948718b85d91d57804d6a1da33b32 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 12 Aug 2024 14:02:41 +0200 Subject: [PATCH] ff --- roles/mgrote_munin_server/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mgrote_munin_server/tasks/main.yml b/roles/mgrote_munin_server/tasks/main.yml index cb82289b..33812adc 100644 --- a/roles/mgrote_munin_server/tasks/main.yml +++ b/roles/mgrote_munin_server/tasks/main.yml @@ -18,7 +18,7 @@ ansible.builtin.template: src: apache.conf dest: /etc/apache2/sites-available/000-default.conf - validate: "apachectl -S -f %s" + # validate: "apachectl -S -f %s" notify: "restart apache2"