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:
|
||||
state: restarted
|
||||
name: "{{ item }}"
|
||||
daemon_reload: true
|
||||
with_items:
|
||||
- authentik-redis-docker.service
|
||||
- authentik-db-docker.service
|
||||
|
|
Loading…
Reference in a new issue