fixed a typo
This commit is contained in:
parent
e6117ad194
commit
e8273f3667
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
- name: systemctl-daemon-reload
|
- name: systemctl-daemon-reload
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
daemon_reload: true
|
daemon_reload: true
|
||||||
when: unit.changed
|
when: units.changed
|
||||||
notify: restart-authentik-docker
|
notify: restart-authentik-docker
|
||||||
tags: molecule-notest
|
tags: molecule-notest
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue