openstack-ansible-pip_install/tasks
Logan V 2f586ab435 Fix bug finding pip install method
An fatal error results due to the install script search '.find' not existing
on the dict result of the install script check task. Instead the .find should
be searching the stdout key of the install script check task results dict.

Ie. .find() is a string search, not a dict search.

The following fatal error results when using .find() on the dict:

The conditional check 'pip_install_script.find('get-pip.py') != -1' failed.
The error was: error while evaluating conditional (pip_install_script.find('get-pip.py') != -1): 'dict object' has no attribute 'find'

Change-Id: I4b929d58057b3d249007fe7c563439ab65faf4ce
2018-12-02 13:59:11 -06:00
..
configure.yml Remove pip_lock_to_internal_repo variable 2018-02-18 15:49:16 +00:00
install.yml Fix bug finding pip install method 2018-12-02 13:59:11 -06:00
install_offline.yml Ensure get-pip cannot be modified 2018-08-17 16:24:40 +00:00
install_online.yml Fix usage of "|" for tests 2018-07-12 17:02:41 +02:00
install_source.yml Merge "Ensure the fallback uses the same install method" 2018-07-19 11:18:21 +00:00
main.yml Allow the role to only configure pip, not install it 2018-08-01 15:48:03 +01:00