Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-setup-bootstrap-download-archive
/
0db04f24178a4249b04d497b2397a26b7d217c39
/
.
/
tasks
/
main.yml
blob: 68787dcec216076ecacbbe4bdbb3921fe93c1211 [
file
] [
log
] [
blame
]
---
# tasks file for opdk-setup-local-repository
-
name:
Download archive
fetch:
src:
'{{ archive_path }}'
dest:
'{{ archive_name }}'
flat:
yes
register:
result
-
name:
Download archive status report
debug:
var:
result