1
0
Fork 0
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:
A Holt 2021-08-11 12:32:53 -04:00 committed by GitHub
parent 38ff8a99af
commit d794a267b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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