b6f93d3f6d
Stockpile is going to move to cloud-bulldozer. Following https://github.com/cloud-bulldozer/stockpile/issues/59 Change-Id: I2292e356c5b4380b177357265b15db9ae344736f
9 lines
188 B
YAML
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
|