fixed a typo

This commit is contained in:
erebion 2023-09-15 21:41:53 +02:00
parent e6117ad194
commit e8273f3667

View file

@ -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