mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
Remove old sickrage container first but keep volumes to allow migration
This commit is contained in:
parent
899d611b25
commit
f8554f3be5
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
||||||
---
|
---
|
||||||
|
- name: Remove Old Sickrage Docker Container
|
||||||
|
docker_container:
|
||||||
|
name: sickrage
|
||||||
|
state: absent
|
||||||
|
keep_volumes: true
|
||||||
|
|
||||||
- name: Create Sickchill Directories
|
- name: Create Sickchill Directories
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
|
|
Loading…
Reference in a new issue