cisagov / skeleton-ansible-role

A skeleton project for quickly getting a new cisagov Ansible role started.
Creative Commons Zero v1.0 Universal
7 stars 6 forks source link

Add support for Debian Trixie #164

Closed jsf9k closed 8 months ago

jsf9k commented 1 year ago

๐Ÿ—ฃ Description

Add support for Debian Trixie. Also switch to using geerlingguy/docker-debian12-ansible now that it exists.

๐Ÿ’ญ Motivation and context

Debian Bookworm dropped in June, so we need to start testing on Trixie.

๐Ÿงช Testing

All automated tests pass.

โœ… Pre-approval checklist

mcdonnnj commented 1 year ago

@jsf9k https://github.com/ansible/ansible-lint/pull/3841 has been merged and once a new version is cut (and our pre-commit configuration updated) we should be able to finish this pull request.

jsf9k commented 1 year ago

@jsf9k ansible/ansible-lint#3841 has been merged and once a new version is cut (and our pre-commit configuration updated) we should be able to finish this pull request.

A new version of ansible-lint has been released. I have uncommented Trixie in the metadata file and force pushed.

jsf9k commented 1 year ago

Well it worked on my local machine, but it didn't work here even after I blew away the cache. I guess I will try again in a day or so. :cry:

mcdonnnj commented 1 year ago

Well it worked on my local machine, but it didn't work here even after I blew away the cache. I guess I will try again in a day or so. ๐Ÿ˜ข

@jsf9k The pre-commit hook version has to be bumped and I assume you're not doing that in this PR as it should trickle down from cisagov/skeleton-generic. Please see https://github.com/cisagov/skeleton-ansible-role/actions/runs/6565455910 for an Action run with the new hook version in effect however.