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:
Dmitriy Rabotyagov 2020-07-02 15:09:38 +03:00 committed by Dmitriy Rabotyagov (noonedeadpunk)
parent fb2925b7a7
commit 61941eaa8f
1 changed files with 1 additions and 1 deletions

View File

@ -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