reload daemon as well
This commit is contained in:
parent
ae573658f6
commit
dfacbf73c1
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
state: restarted
|
state: restarted
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
|
daemon_reload: true
|
||||||
with_items:
|
with_items:
|
||||||
- authentik-redis-docker.service
|
- authentik-redis-docker.service
|
||||||
- authentik-db-docker.service
|
- authentik-db-docker.service
|
||||||
|
|
Loading…
Reference in a new issue