src.nth.io/

summaryrefslogtreecommitdiff
path: root/scrypted/tasks
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2024-07-29 12:41:57 -0500
committerLuke Hoersten <[email protected]>2024-07-29 12:41:57 -0500
commit874be10f6646a66cd0e994963b2746ad48f5b73e (patch)
tree55ae0f767213c5e5636c24e12f5a6bdf991b45a7 /scrypted/tasks
parent1eca8fa42311b1723d711b385e951831e110d7f1 (diff)
Cleaned up always-changed status tasks.
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