Also patch the other two modules which check if the service is running.
This commit is contained in:
@@ -87,6 +87,7 @@
|
|||||||
until: sshd_status.state == "started"
|
until: sshd_status.state == "started"
|
||||||
retries: 3
|
retries: 3
|
||||||
delay: 3
|
delay: 3
|
||||||
|
ignore_errors: yes # TBD: while debugging Devuan using runit.
|
||||||
|
|
||||||
|
|
||||||
## JournalCTL ##
|
## JournalCTL ##
|
||||||
@@ -122,6 +123,7 @@
|
|||||||
until: ntp_status.state == "started"
|
until: ntp_status.state == "started"
|
||||||
retries: 3
|
retries: 3
|
||||||
delay: 3
|
delay: 3
|
||||||
|
ignore_errors: yes # TBD: while debugging Devuan using runit.
|
||||||
|
|
||||||
## Timezone ##
|
## Timezone ##
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user