mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
httpd-install stop apache after installing
This commit is contained in:
parent
6eee0b353b
commit
74cec9d24a
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@
|
||||||
service:
|
service:
|
||||||
name: "{{ apache_service }}"
|
name: "{{ apache_service }}"
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
state: stopped
|
||||||
|
|
||||||
- name: Create /library/www/html/info directory for http://box/info offline docs
|
- name: Create /library/www/html/info directory for http://box/info offline docs
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue