mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
test(integration): monit: backport of PR 11255 (#11273)
* test(integration): monit: backport of PR 11255 * add changelog frag
This commit is contained in:
@@ -52,6 +52,14 @@
|
||||
name: monit
|
||||
state: restarted
|
||||
|
||||
- name: wait for monit daemon to be responsive after restart
|
||||
command: monit status -B httpd_echo
|
||||
register: monit_status_check
|
||||
changed_when: false
|
||||
until: monit_status_check.rc == 0
|
||||
retries: 10
|
||||
delay: 0.5
|
||||
|
||||
- name: test process present again
|
||||
monit:
|
||||
name: httpd_echo
|
||||
|
||||
Reference in New Issue
Block a user