diff options
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 |
