Skip to content

Commit

Permalink
fix ansible issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Dec 7, 2024
1 parent 58fdfa6 commit 8d20a9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sidecar/ansible/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8d20a9b

Please sign in to comment.