Use long-form state declaration
This commit is contained in:
parent
989ae09576
commit
6457ae9e86
@ -10,11 +10,13 @@ apache:
|
|||||||
- enable: True
|
- enable: True
|
||||||
|
|
||||||
apache-reload:
|
apache-reload:
|
||||||
module.wait:
|
module:
|
||||||
|
- wait
|
||||||
- name: service.reload
|
- name: service.reload
|
||||||
- m_name: {{ apache.service }}
|
- m_name: {{ apache.service }}
|
||||||
|
|
||||||
apache-restart:
|
apache-restart:
|
||||||
module.wait:
|
module:
|
||||||
|
- wait
|
||||||
- name: service.restart
|
- name: service.restart
|
||||||
- m_name: {{ apache.service }}
|
- m_name: {{ apache.service }}
|
||||||
|
Loading…
Reference in New Issue
Block a user