We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to the new requirement on Rust due to the
cryptography <-- paramiko <-- docker[ssh] <-- docker-compose
dependency chain, this role requires the pip executable to be updated enough, which a new Ubuntu Bionic install won't satisfy.
Is anybody using this role on new machines? What are possible workarounds?
The text was updated successfully, but these errors were encountered:
So far I am working around this by running
- name: Upgrade pip ansible.builtin.pip: name: pip state: latest
prior to this role. Then run this role with
- hosts: all roles: - weareinteractive.docker_compose vars: docker_compose_pip_executable: /usr/local/bin/pip3
Sorry, something went wrong.
No branches or pull requests
Due to the new requirement on Rust due to the
dependency chain, this role requires the pip executable to be updated enough, which a new Ubuntu Bionic install won't satisfy.
Is anybody using this role on new machines? What are possible workarounds?
The text was updated successfully, but these errors were encountered: