From f8554f3be558dace1cebb6b043cf919c8892e612 Mon Sep 17 00:00:00 2001 From: Scott Cariss Date: Tue, 16 Apr 2019 10:02:40 +0100 Subject: [PATCH] Remove old sickrage container first but keep volumes to allow migration --- tasks/sickchill.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/sickchill.yml b/tasks/sickchill.yml index ad3ee029..2a838092 100644 --- a/tasks/sickchill.yml +++ b/tasks/sickchill.yml @@ -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 }}"