Remove orphans

This commit is contained in:
Sam A. 2023-04-26 18:49:36 +02:00
parent d6ad233cb0
commit 6467999ae4
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@
project_name: searxng project_name: searxng
state: "{{ 'absent' if stop is defined and stop else 'present' }}" state: "{{ 'absent' if stop is defined and stop else 'present' }}"
restarted: "{{ stop is undefined or not stop }}" restarted: "{{ stop is undefined or not stop }}"
remove_orphans: true
pull: true pull: true
definition: definition:
version: '3.8' version: '3.8'

View file

@ -19,6 +19,7 @@
project_name: searxng project_name: searxng
state: "{{ 'absent' if stop is defined and stop else 'present' }}" state: "{{ 'absent' if stop is defined and stop else 'present' }}"
restarted: "{{ stop is undefined or not stop }}" restarted: "{{ stop is undefined or not stop }}"
remove_orphans: true
pull: true pull: true
definition: definition:
version: '3.8' version: '3.8'