--- - name: "Make sure the sync repo are up to date" ansible.builtin.git: repo: https://git.resf.org/sig_core/toolkit.git dest: /root/sync-devel update: true version: devel - name: "Generate file list" ansible.builtin.shell: "/bin/bash /root/sync-devel/sync-file-list-parallel.sh" changed_when: 1 != 1 failed_when: "result.rc != 0" ...