diff options
| author | Luke Hoersten <[email protected]> | 2024-07-29 12:41:57 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2024-07-29 12:41:57 -0500 |
| commit | 874be10f6646a66cd0e994963b2746ad48f5b73e (patch) | |
| tree | 55ae0f767213c5e5636c24e12f5a6bdf991b45a7 /scrypted/tasks/main.yaml | |
| parent | 1eca8fa42311b1723d711b385e951831e110d7f1 (diff) | |
Cleaned up always-changed status tasks.
Diffstat (limited to 'scrypted/tasks/main.yaml')
| -rw-r--r-- | scrypted/tasks/main.yaml | 2 |
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 |
