Merge "Fix task names"

This commit is contained in:
Zuul 2020-04-08 17:01:56 +00:00 committed by Gerrit Code Review
commit 478bd84ba4
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
tripleo_container_image_prepare_default
============================
=======================================
A role to perform the container image push against a registry.
A role to generate the default container image prepare information.
Requirements
------------

View File

@ -8,12 +8,12 @@
~ tripleo_container_image_prepare_default_output_env_file, '') }}
{{ tripleo_container_image_prepare_default_local_push_destination | ternary('--local-push-destination', '') }}
- name: Show the container image push command
- name: Show the container image prepare default command
debug:
var: _prepare_cmd
when: tripleo_container_image_prepare_default_debug|bool
- name: Container image push
- name: Container image prepare default
shell: "{{ _prepare_cmd }}" # noqa 305
register: tripleo_container_image_prepare_default_result
changed_when: true