From 6922e9a9456c09e0dd5c02b04a041617dbb9c895 Mon Sep 17 00:00:00 2001 From: s3lph Date: Mon, 26 Apr 2021 00:39:52 +0200 Subject: [PATCH] Fix meta: flush_handlers invocation --- roles/apache2/tasks/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/apache2/tasks/config.yml b/roles/apache2/tasks/config.yml index a585ccb..c22fa11 100644 --- a/roles/apache2/tasks/config.yml +++ b/roles/apache2/tasks/config.yml @@ -6,9 +6,7 @@ loop: "{{ apache2_modules }}" notify: restart apache2 -- name: flush handlers - meta: - flush_handlers: {} +- meta: flush_handlers - name: check for tls keypair existence stat: