summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/image-build/run.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/playbooks/image-build/run.yaml b/playbooks/image-build/run.yaml
index 6149f8fe..c5ca0fa9 100644
--- a/playbooks/image-build/run.yaml
+++ b/playbooks/image-build/run.yaml
@@ -5,13 +5,13 @@
path: '{{ ansible_user_dir }}/images'
state: directory
- name: Build Trove guest image
- shell: >
- ./trovestack build-image
- {{ datastore_type }}
- {{ guest_os }}
- {{ guest_os_release }}
- false
- {{ guest_username }}
+ shell: >-
+ ./trovestack build-image \
+ {{ datastore_type }} \
+ {{ guest_os }} \
+ {{ guest_os_release }} \
+ false \
+ {{ guest_username }} \
{{ ansible_user_dir }}/images/trove-{{ zuul.branch }}-{{ datastore_type }}-{{ guest_os }}-{{ guest_os_release }}.qcow2
args:
chdir: "{{ ansible_user_dir }}/src/opendev.org/openstack/trove/integration/scripts"