- include:
- - constant_state
- reload_systemd:
- module.run:
- - name: service.systemctl_reload
- - onchanges:
- # We use a dummy entry to ensure that 'onchanges' is always present and
- # that this state will only ever be executed in response to an
- # 'onchanges_in' entry in another state that needs to trigger a systemd
- # reload.
- - test: constant_state
|