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

Update enable_or_disable.yml

This commit is contained in:
A Holt 2020-01-07 12:27:03 -05:00 committed by GitHub
parent 0f2c126249
commit e75df9587b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@
state: absent
when: not nextcloud_enabled and is_redhat
- name: Restart Apache, enabling/disabling http://box/nextcloud
- name: Restart {{ apache_service }}, enabling/disabling http://box/nextcloud
systemd:
name: "{{ apache_service }}"
daemon-reload: yes