move module.run to module.wait
This commit is contained in:
parent
154ddca3ba
commit
c3ea2c6414
1 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ voxelibre-container-file-is-present:
|
||||||
- template: jinja
|
- template: jinja
|
||||||
|
|
||||||
reload-systemd-units-onchange-of-voxelibre-container-unit-file:
|
reload-systemd-units-onchange-of-voxelibre-container-unit-file:
|
||||||
module.run:
|
module.wait:
|
||||||
- service.systemctl_reload
|
- service.systemctl_reload:
|
||||||
- onchanges:
|
- watch:
|
||||||
- file: /etc/containers/systemd/voxelibre.container
|
- file: voxelibre-container-file-is-present
|
||||||
|
|
Loading…
Reference in a new issue