Correct debug statement for ensure-twine environment
Formatting output for printing out python environment information was incorrect. This fixes the debug task. Change-Id: Id33157eb52267e1646a42587777fd974340932d3 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
a874df5865
commit
9674e1d442
@ -13,7 +13,8 @@
|
|||||||
register: debug_environment
|
register: debug_environment
|
||||||
|
|
||||||
- name: Print runtime environment
|
- name: Print runtime environment
|
||||||
debug: "{{ debug_environment.stdout }}"
|
debug:
|
||||||
|
msg: "{{ debug_environment.stdout }}"
|
||||||
|
|
||||||
- name: Ensure twine is installed
|
- name: Ensure twine is installed
|
||||||
block:
|
block:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user