From c2182aeb5e023c103e096c7cec969352ab9a1b91 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Mon, 8 Jan 2018 21:12:58 +0100 Subject: [PATCH] fix error in server activation include mutliple tags (in firewall open port task) --- 14_tags/apache.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/14_tags/apache.yml b/14_tags/apache.yml index 82acb33..782913f 100644 --- a/14_tags/apache.yml +++ b/14_tags/apache.yml @@ -20,6 +20,7 @@ yum: name: httpd state: latest + - name: conf httpd tags: httpd notify: reload httpd @@ -35,10 +36,9 @@ service: name: httpd enabled: yes - state: restarted - name: open firewall port - tags: httpd + tags: [firewall,httpd] firewalld: service: http permanent: yes