while-true-do / ansible-skeleton

The skeleton to create new ansible roles.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

bug: ansible 2.8 breaks testing #65

Open dschier-wtd opened 5 years ago

dschier-wtd commented 5 years ago

With the update of Ansible 2.8, testinfra 3.0 and other pypi packages (today) molecule tests are breaking. There are already pull-requests to move a lot of stuff to ansible 2.8, remove deprecation warnings and lot's more.

The below PR are addressing at least 2 major issues:

https://github.com/philpep/testinfra/issues/401 https://github.com/ansible/molecule/pull/2033 https://github.com/ansible/molecule/pull/2034

dschier-wtd commented 5 years ago

a workaround will be included via #73

dschier-wtd commented 5 years ago

still a problem

dschier-wtd commented 5 years ago

After some first testing, the issue seems to be resolved and I will check all repositories during the next days.