openstack-ansible-repo_build/tasks
Daniel Gonzalez 851e3ffd09 Remove warning when no base venvs are found
During the "Destroy base venvs to rebuild them" step ansible tries to
access base_venvs.stdout_lines. If no base_venvs have been registered
previously, this causes a deprecation warning because stdout_lines is
undefined.
This is a small fix to remove this warning by giving an empty list as
default value when stdout_lines is not defined.

TrivialFix

Change-Id: I358709f3d4dc10a60f59976f1c4fbf87705def57
2016-10-05 14:10:09 +02:00
..
install-apt.yml Rename package lists (and related vars) appropriately 2016-08-30 20:09:05 +01:00
install-yum.yml Fix centos repo-build 2016-09-07 08:35:54 -04:00
main.yml Revert dynamic includes for inventory-based conditionals 2016-09-26 19:48:22 +01:00
repo_build.yml Use pip_install_options when creating reqt wheels 2016-09-08 16:09:38 -05:00
repo_build_install.yml Force Ansible to use dynamic includes 2016-09-22 16:35:07 +01:00
repo_clone_git.yml Only clone sources when the script changes 2016-09-30 15:54:44 -04:00
repo_package_sync.yml Ansible 2.1.1 role testing 2016-09-14 11:57:00 -04:00
repo_post_build.yml fix a filename to remove release process script 2016-09-19 19:31:46 +00:00
repo_pre_build.yml Use pip_install_options when creating reqt wheels 2016-09-08 16:09:38 -05:00
repo_set_facts.yml Update repo source download to use processed requirements 2016-08-25 13:33:41 +01:00
repo_venv.yml Implement shippable venvs 2015-10-22 18:35:17 -05:00
repo_venv_build.yml Updated repo_build process to be faster 2016-03-24 14:50:06 -05:00
repo_venv_post_build.yml Implement shippable venvs 2015-10-22 18:35:17 -05:00
repo_venv_pre_build.yml Remove warning when no base venvs are found 2016-10-05 14:10:09 +02:00