AnsibleCheck / ansiblecheck

One Stop Solution For Checking Your Ansible Roles and Playbooks
MIT License
55 stars 6 forks source link

Ubuntu Build Issue python-cryptography #28

Closed ChristopherDavenport closed 5 years ago

ChristopherDavenport commented 7 years ago

Example Failed Build

The following packages have unmet dependencies:
 ansible : Depends: python-cryptography but it is not installable
lcaflc commented 6 years ago

Hi, python-cryptography is a new depends for ansible version 2.4+ on the debian package. However this package is not available for ubuntu 12.04 precise :angry:

possobilities:

trinitronx commented 6 years ago

Looks like they fixed this dependency issue in: ansible/ansible#26726

However, I'm not sure which repo these debs are pushed to.. still seeing issues on Ubuntu <= 12.04 with Ansible PPA as installed by omnibus-ansible

Firefishy commented 6 years ago

@lcaflc see my linked PR. Broken python-cryptography dependency fix.

Firefishy commented 6 years ago

Fix coming in PPA release of Ansible 2.4.4

Firefishy commented 6 years ago

@lcaflc @ChristopherDavenport I fixed the upstream PPA repos / code.

ChristopherDavenport commented 6 years ago

What do I need to help with this. I'm not around on this as much anymore.

lcaflc commented 5 years ago

This is an older release no longuer supported.