Fix tmpfiles-setup wait handler
Precess column was present only for CentOS 8 and is not applicable for other distros. In the meanwhile Active column is present in all distros. Change-Id: Ie84eddef70d4fa7a9a42cdc2c82ec101f888545f
This commit is contained in:
parent
fb2925b7a7
commit
61941eaa8f
@ -134,7 +134,7 @@
|
||||
- common-lxc
|
||||
|
||||
- name: Wait for container tmpfiles-setup finish
|
||||
raw: systemctl status systemd-tmpfiles-setup.service | grep Process | grep 'code=exited' >/dev/null
|
||||
raw: systemctl list-units systemd-tmpfiles-setup.service --no-legend | grep 'exited' >/dev/null
|
||||
register: systemd_tmpfiles
|
||||
until: systemd_tmpfiles.rc == 0
|
||||
retries: 20
|
||||
|
Loading…
x
Reference in New Issue
Block a user