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
42acd66871
commit
10281a69f2
1 changed files with 5 additions and 0 deletions
|
@ -207,3 +207,8 @@
|
||||||
path: /etc/sudoers.d/020_apache_poweroff
|
path: /etc/sudoers.d/020_apache_poweroff
|
||||||
state: absent
|
state: absent
|
||||||
when: not apache_allow_sudo
|
when: not apache_allow_sudo
|
||||||
|
|
||||||
|
- name: Restart Apache systemd service ({{ apache_service }})
|
||||||
|
systemd:
|
||||||
|
name: "{{ apache_service }}"
|
||||||
|
state: restarted
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue