Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Test for pip became main check for bootstrap installation #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vitkhab
Copy link

@vitkhab vitkhab commented Jan 23, 2016

For first time installing bootstrap I forgot to define variable "ansible_python_interpreter". Bootstrap didn't install pip. On repeated runs all checks were skipped.

So I made pip check to be main test for bootstrap installation. All other checks are skipped if pip check is successful.

@defunctzombie
Copy link
Owner

You can't use python before bootstrap since it won't be available yet as far as I am aware.

@vitkhab
Copy link
Author

vitkhab commented Jan 24, 2016

Error will be generated if bootstrap is not installed (so python is not available) or pip is not installed. In both cases bootstrap installation will be tested and if it's not already installed, it will be. If it is installed, then only pip installation will be processed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants