Closed dbrennand closed 1 year ago
Ready for PR @onedr0p 🙂
Great work here @dbrennand . Thanks!
I need to bug @xanmanning and see what is needed to cut a release.
Great work here @dbrennand . Thanks!
I need to bug @xanmanning and see what is needed to cut a release.
No worries 🙂 - Glad I could help 😄
Help us @xanmanning, you're our only hope! 😆 🙂
For now with we could pin our galaxy config to the hash... eg.
roles:
- name: xanmanning.k3s
src: https://github.com/PyratLabs/ansible-role-k3s.git
version: de1bd094e55b4c7b796bafc83fc55e6cb157b14f
Great work here @dbrennand . Thanks! I need to bug @xanmanning and see what is needed to cut a release.
No worries slightly_smiling_face - Glad I could help smile
Help us @xanmanning, you're our only hope! laughing slightly_smiling_face
Apologies, been living under a rock for a few months.
Done some releasin'
Thanks for the hard work @dbrennand and @onedr0p !
TITLE
Summary
Fix Ansible Lint warnings and resolve Molecule tests failing.
Molecule v5.0.0 dropped support for
lint
, see https://github.com/ansible-community/molecule/pull/3802 so I created a separate CI job for runningyamllint
andansible-lint
.To fix the molecule tests, I've removed the
lint
section andlint
test scenario from eachmolecule.yml
file. Furthermore, the Molecule tests were failing, and I suspect this was becauseubuntu-latest
was updated to Ubuntu 22.04 sometime ago and cgroups v2 was causing all tests to fail. I saw similar issues in https://github.com/dbrennand/ansible-role-caddy-docker/pull/6/commits/2d23b794fa111c3a018a077a78a4f1d3c652a9ae and I resolved by dropping toubuntu-20.04
to get the tests in a working state again.Issue type
Test instructions
N/A
Acceptance Criteria
Additional Information