browbeat/ansible/install/roles/stockpile/tasks/main.yml
aakarshg b6f93d3f6d updated stockpile clone
Stockpile is going to move to cloud-bulldozer.
Following https://github.com/cloud-bulldozer/stockpile/issues/59

Change-Id: I2292e356c5b4380b177357265b15db9ae344736f
2019-09-24 08:34:10 -04:00

9 lines
188 B
YAML

---
- name: Clone stockpile
git:
repo: 'http://github.com/cloud-bulldozer/stockpile.git'
dest: "{{ browbeat_path }}/ansible/gather/stockpile"
version: master
force: yes