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"
|
||||
retries: 3
|
||||
delay: 3
|
||||
ignore_errors: yes # TBD: while debugging Devuan using runit.
|
||||
|
||||
|
||||
## JournalCTL ##
|
||||
@@ -122,6 +123,7 @@
|
||||
until: ntp_status.state == "started"
|
||||
retries: 3
|
||||
delay: 3
|
||||
ignore_errors: yes # TBD: while debugging Devuan using runit.
|
||||
|
||||
## Timezone ##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user