mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update install.yml
This commit is contained in:
parent
6852f4e362
commit
50511a5796
1 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,12 @@
|
||||||
state: absent
|
state: absent
|
||||||
when: not awstats_enabled and is_debuntu
|
when: not awstats_enabled and is_debuntu
|
||||||
|
|
||||||
|
- name: Restart Apache service ({{ apache_service }})
|
||||||
|
systemd:
|
||||||
|
name: "{{ apache_service }}"
|
||||||
|
state: restarted
|
||||||
|
|
||||||
|
|
||||||
- name: Install /etc/awstats/awstats.schoolserver.conf
|
- name: Install /etc/awstats/awstats.schoolserver.conf
|
||||||
template:
|
template:
|
||||||
src: awstats.schoolserver.conf.j2
|
src: awstats.schoolserver.conf.j2
|
||||||
|
|
Loading…
Reference in a new issue