Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Python 2 explicitly #1061

Merged
merged 2 commits into from
Jan 9, 2019
Merged

Add Python 2 explicitly #1061

merged 2 commits into from
Jan 9, 2019

Conversation

retlehs
Copy link
Sponsor Member

@retlehs retlehs commented Jan 8, 2019

@@ -26,6 +26,8 @@ _apt_packages_default:
dbus: "{{ apt_package_state }}"
git: "{{ apt_package_state }}"
libnss-myhostname: "{{ apt_package_state }}"
python2.7-minimal: "{{ apt_package_state }}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we need to do the actual plain python package to get /usr/bin/python which is what Ansible needs.

@retlehs retlehs merged commit b71f607 into master Jan 9, 2019
@retlehs retlehs deleted the add-python-2 branch January 9, 2019 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants