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

Can't install on Ubuntu Bionic anymore #11

Open
n1ngu opened this issue Dec 15, 2021 · 1 comment
Open

Can't install on Ubuntu Bionic anymore #11

n1ngu opened this issue Dec 15, 2021 · 1 comment

Comments

@n1ngu
Copy link

n1ngu commented Dec 15, 2021

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?

@n1ngu
Copy link
Author

n1ngu commented Dec 15, 2021

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

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

No branches or pull requests

1 participant