8 lines
219 B
YAML
8 lines
219 B
YAML
---
|
|
- name: Prepare the overcloud images for deploy
|
|
shell: >
|
|
set -o pipefail &&
|
|
{{ working_dir }}/overcloud-prep-images.sh 2>&1 {{ timestamper_cmd }} >
|
|
{{ overcloud_prep_images_log }}
|
|
changed_when: true
|