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