1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

Update wordpress/tasks/enable.yml

This commit is contained in:
A Holt 2020-01-11 14:11:22 -05:00 committed by GitHub
parent 80f9e202ee
commit c18248fdaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
command: a2dissite wordpress.conf
when: apache_install and not wordpress_enabled
- name: Restart Apache systems service ({{ apache_service }})
- name: Restart Apache systemd service ({{ apache_service }})
systemd:
name: "{{ apache_service }}"
state: restarted