diff --git a/sidecar/ansible/deploy.yaml b/sidecar/ansible/deploy.yaml index 0fc94d2..ec67bda 100644 --- a/sidecar/ansible/deploy.yaml +++ b/sidecar/ansible/deploy.yaml @@ -8,11 +8,13 @@ args: chdir: '{{ ansible_env.HOME }}/draft' executable: /bin/bash + ignore_errors: true - name: Pull new commits from GitHub git: repo: 'https://github.com/private-attribution/draft.git' dest: '{{ ansible_env.HOME }}/draft' + clone: false update: yes version: main