mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-23 19:06:54 +01:00
Get rid of some fuzz from testing.
This commit is contained in:
parent
65269460ed
commit
546b11ff0b
@ -11,9 +11,9 @@
|
|||||||
- name: Wait for systemd to complete initialization. # noqa 303
|
- name: Wait for systemd to complete initialization. # noqa 303
|
||||||
command: systemctl is-system-running
|
command: systemctl is-system-running
|
||||||
register: systemctl_status
|
register: systemctl_status
|
||||||
until: >
|
until: >-
|
||||||
'running' in systemctl_status.stdout or
|
'running' in systemctl_status.stdout or
|
||||||
'fuzz' in systemctl_status.stdout
|
'degraded' in systemctl_status.stdout
|
||||||
retries: 30
|
retries: 30
|
||||||
delay: 5
|
delay: 5
|
||||||
when: ansible_service_mgr == 'systemd'
|
when: ansible_service_mgr == 'systemd'
|
||||||
|
Loading…
Reference in New Issue
Block a user