Remove old sickrage container first but keep volumes to allow migration

This commit is contained in:
Scott Cariss 2019-04-16 10:02:40 +01:00
parent 899d611b25
commit f8554f3be5
No known key found for this signature in database
GPG key ID: 6C3305B41E46C979

View file

@ -1,4 +1,10 @@
---
- name: Remove Old Sickrage Docker Container
docker_container:
name: sickrage
state: absent
keep_volumes: true
- name: Create Sickchill Directories
file:
path: "{{ item }}"