84bb0a0fe6
Instead of rebuilding one. Change-Id: I393158a2fac6d4399a7dde6a0f2e482751359072
7 lines
263 B
YAML
7 lines
263 B
YAML
- hosts: primary
|
|
tasks:
|
|
- name: Download amphora tarball
|
|
get_url:
|
|
url: "https://tarballs.openstack.org/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-xenial.qcow2"
|
|
dest: /tmp/test-only-amphora-x64-haproxy-ubuntu-xenial.qcow2
|