giner / ansible-role-tfenv

Ansible role to install tfenv and Terraform into user's home or custom directory
https://galaxy.ansible.com/giner/tfenv
Apache License 2.0
1 stars 0 forks source link

Workaround for PyYAML #9

Closed giner closed 1 year ago

giner commented 1 year ago

An older version of Molecule is required to work with Ansible 2.9 which in tern needs an older version of PyYAML. PyYAML 5.4.x and 6.0.0 don't work with Cython 3 (https://github.com/yaml/pyyaml/issues/724) so we have to explicitly exclude them to make the tests work again.