diff --git a/lamp_centos7/roles/web/tasks/install_httpd.yml b/lamp_centos7/roles/web/tasks/install_httpd.yml index ae3e313..03a7e8e 100644 --- a/lamp_centos7/roles/web/tasks/install_httpd.yml +++ b/lamp_centos7/roles/web/tasks/install_httpd.yml @@ -9,9 +9,6 @@ - libsemanage-python - libselinux-python -- name: insert firewalld rule for httpd - firewalld: port={{ httpd_port }}/tcp permanent=true state=enabled immediate=yes - - name: http service state service: name=httpd state=started enabled=yes