src.nth.io/

summaryrefslogtreecommitdiff
path: root/scrypted/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'scrypted/tasks')
-rw-r--r--scrypted/tasks/main.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/scrypted/tasks/main.yaml b/scrypted/tasks/main.yaml
index 6ba7e7f..57bf38c 100644
--- a/scrypted/tasks/main.yaml
+++ b/scrypted/tasks/main.yaml
@@ -35,6 +35,7 @@
command: "docker compose pull"
args:
chdir: "{{scrypted_dir}}"
+ changed_when: false
- name: docker compose
become: yes
@@ -42,3 +43,4 @@
command: "docker compose up -d"
args:
chdir: "{{scrypted_dir}}"
+ changed_when: false