15 lines
309 B
YAML
15 lines
309 B
YAML
|
---
|
||
|
|
||
|
- name: systemctl-daemon-reload
|
||
|
ansible.builtin.systemd:
|
||
|
daemon_reload: true
|
||
|
when: unit.changed
|
||
|
notify: restart-authentik-docker
|
||
|
tags: molecule-notest
|
||
|
|
||
|
- name: restart-authentik-docker
|
||
|
ansible.builtin.systemd:
|
||
|
state: restarted
|
||
|
name: authentik-docker.service
|
||
|
tags: molecule-notest
|