mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update install.yml
This commit is contained in:
parent
cef27bb77d
commit
546cd56626
@ -37,3 +37,7 @@
|
|||||||
shell: docker ps --format \{\{'json .'\}\}| jq -s map\(\{containername:'.Names',state:'.State'\}\)
|
shell: docker ps --format \{\{'json .'\}\}| jq -s map\(\{containername:'.Names',state:'.State'\}\)
|
||||||
register: check_container_service
|
register: check_container_service
|
||||||
notify: check_container_service
|
notify: check_container_service
|
||||||
|
|
||||||
|
handlers:
|
||||||
|
- name: restart httpd
|
||||||
|
service: name=httpd state=restarted
|
||||||
|
Loading…
Reference in New Issue
Block a user