We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a71a4 commit c140c88Copy full SHA for c140c88
component.yml.tpl
@@ -21,6 +21,6 @@ phases:
21
# Install desired Python version
22
- pyenv install ${python_version}
23
- pyenv global ${python_version}
24
- - pyenv activate ${python_version}
+ - pyenv virtualenv ${python_version} ansible
25
# Install Ansible
26
- pip install ansible ${additional_pip_pkgs}
0 commit comments