mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
a5d61ec897
commit
544d251661
1 changed files with 6 additions and 0 deletions
|
@ -197,6 +197,12 @@
|
|||
state: restarted
|
||||
daemon_reload: yes
|
||||
when: sugarizer_enabled
|
||||
|
||||
- name: Restart Apache so http://box/sugarizer works (not just http://box:8089)
|
||||
systemd:
|
||||
name: apache2
|
||||
state: restarted
|
||||
when: sugarizer_enabled
|
||||
|
||||
- name: 'Disable+stop systemd service if sugarizer_enabled: False'
|
||||
systemd:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue