mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized reset routine for docker images and specially discourse
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
name: "{{ (item.Names | default([item.Name]))[0] | regex_replace('^/','') }}"
|
||||
state: absent
|
||||
force_kill: true
|
||||
remove_volumes: false # NEVER SET TO TRUE - PREVENTS DELETION OF VOLUMES
|
||||
loop: "{{ docker_info.containers }}"
|
||||
loop_control:
|
||||
label: "{{ (item.Names | default([item.Name]))[0] }}"
|
||||
|
Reference in New Issue
Block a user