Merge "Move name from block to tasks in the block"

This commit is contained in:
Zuul 2017-08-30 23:00:46 +00:00 committed by Gerrit Code Review
commit c88dac861b

View File

@ -10,7 +10,10 @@
- name: Ensure twine is installed
block:
- command: pip install twine --user
- set_fact:
- name: Ensure twine is installed
command: pip install twine --user
- name: Set pypi_twine_executable
set_fact:
pypi_twine_executable: ~/.local/bin/twine
when: register_twine.rc != 0