mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
nginx/tasks/install.yml: "Stop & Disable" apache2
This commit is contained in:
parent
38ff8a99af
commit
d794a267b3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
- name: Stop '{{ apache_service }}' systemd service, in case it exists
|
||||
- name: Stop & Disable '{{ 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