mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
nginx/tasks/install.yml: Clean /etc/apache2/ports.conf comment for PR #2929
This commit is contained in:
parent
50b822b095
commit
6da3cc1159
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
- name: Stop '{{ apache_service }}' systemd service, in case it exists -- REGARDLESS /etc/{{ apache_service }}/ports.conf WILL BE OVERWRITTEN BELOW
|
||||
- name: Stop '{{ apache_service }}' systemd service, in case it exists
|
||||
systemd:
|
||||
name: "{{ apache_service }}" # apache2 or httpd, per /opt/iiab/iiab/vars/<OS>.yml
|
||||
state: stopped
|
||||
|
|
Loading…
Add table
Reference in a new issue