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
|
||||
|
||||
reload-systemd-units-onchange-of-voxelibre-container-unit-file:
|
||||
module.run:
|
||||
- service.systemctl_reload
|
||||
- onchanges:
|
||||
- file: /etc/containers/systemd/voxelibre.container
|
||||
module.wait:
|
||||
- service.systemctl_reload:
|
||||
- watch:
|
||||
- file: voxelibre-container-file-is-present
|
||||
|
|
Loading…
Reference in a new issue