diff --git a/roles/nginx/tasks/main.yml b/roles/nginx/tasks/main.yml index be2772ad9..da750248f 100644 --- a/roles/nginx/tasks/main.yml +++ b/roles/nginx/tasks/main.yml @@ -47,7 +47,7 @@ enabled: false when: not nginx_enabled -- name: Disable apache port {{ apache_port }} localhost only +- name: Disable Apache port {{ apache_port }} localhost only template: dest: /etc/{{ apache_service }}/ports.conf src: stock-apache-ports.conf