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
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
when: unit.changed
|
||||
when: units.changed
|
||||
notify: restart-authentik-docker
|
||||
tags: molecule-notest
|
||||
|
||||
|
|
Loading…
Reference in a new issue