changeset 237 | c6c11084c802 |
parent 235 | f88bb54f63bd |
--- a/scrypted/tasks/main.yaml Mon Jul 29 10:24:20 2024 -0500 +++ b/scrypted/tasks/main.yaml Mon Jul 29 12:41:57 2024 -0500 @@ -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