container: Restart container when secret changed
This commit is contained in:
@@ -52,4 +52,4 @@
|
||||
state: quadlet
|
||||
quadlet_file_mode: "0600"
|
||||
quadlet_options: "{{ _container_quadlet_options }}"
|
||||
notify: "Restart container service {{ container_name }}"
|
||||
notify: Restart container service {{ container_name }}
|
||||
|
||||
@@ -6,3 +6,4 @@
|
||||
skip_existing: "{{ item.value is not defined }}"
|
||||
no_log: true
|
||||
loop: "{{ container_secrets }}"
|
||||
notify: Restart container service {{ container_name }}
|
||||
|
||||
Reference in New Issue
Block a user