Remove orphans
This commit is contained in:
parent
d6ad233cb0
commit
6467999ae4
|
@ -17,6 +17,7 @@
|
|||
project_name: searxng
|
||||
state: "{{ 'absent' if stop is defined and stop else 'present' }}"
|
||||
restarted: "{{ stop is undefined or not stop }}"
|
||||
remove_orphans: true
|
||||
pull: true
|
||||
definition:
|
||||
version: '3.8'
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
project_name: searxng
|
||||
state: "{{ 'absent' if stop is defined and stop else 'present' }}"
|
||||
restarted: "{{ stop is undefined or not stop }}"
|
||||
remove_orphans: true
|
||||
pull: true
|
||||
definition:
|
||||
version: '3.8'
|
||||
|
|
Reference in a new issue