Skip to content

Commit

Permalink
Merge pull request #262 from rh-ecosystem-edge/force-ansible-download…
Browse files Browse the repository at this point in the history
…-repo

fix(ansible): clean repo before cloning
  • Loading branch information
Francisco de Borja Aranda Castillejo authored May 16, 2022
2 parents f321bdb + c21c3bf commit 5f8a5f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hack/deploy-hub-local/ansible/tasks/base/02-bin-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
mode: "0755"
tags: [ 02-bin-utils ]

- name: Clean previous ztp sources
file:
path: /root/src/ztp
state: absent
tags: [ 02-bin-utils ]

- name: Download ztp repo
git:
repo: https://github.com/rh-ecosystem-edge/ztp-pipeline-relocatable.git
Expand Down

0 comments on commit 5f8a5f7

Please sign in to comment.