lae / ansible-role-travis-lxc

Ansible role that prepares a Travis CI environment and creates LXC containers for testing roles.
MIT License
4 stars 2 forks source link

Fixes for python-apt install and Alpine containers #46

Closed lae closed 3 years ago

lae commented 3 years ago

This fixes some significant breakage under Travis CI and updates testing to currently supported Ansible versions.

As Python 2 is EOL, the python-apt fix is strictly for Python 3.6 (default Python version in Travis CI). This is enough for my use cases currently.

lae commented 3 years ago

https://travis-ci.org/github/lae/ansible-role-travis-lxc/builds/754696642