1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Update wordpress/tasks/apache.yml

This commit is contained in:
A Holt 2020-01-23 17:03:53 -05:00 committed by GitHub
parent 14f03cfbba
commit d91497e2cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
command: a2dissite wordpress.conf command: a2dissite wordpress.conf
when: not wordpress_enabled when: not wordpress_enabled
- name: Restart Apache systemd service ({{ apache_service }}) - name: Restart '{{ apache_service }}' systemd service
systemd: systemd:
name: "{{ apache_service }}" # apache2 or httpd, as set in /opt/iiab/iiab/vars/<OS>.yml name: "{{ apache_service }}" # apache2 or httpd, as set in /opt/iiab/iiab/vars/<OS>.yml
state: restarted state: restarted