cisagov / skeleton-generic

A generic skeleton project for quickly getting a new cisagov project started.
Creative Commons Zero v1.0 Universal
14 stars 12 forks source link

Revert `ansible-core` pin when that becomes possible #181

Closed jsf9k closed 6 months ago

jsf9k commented 7 months ago

💡 Summary

The ansible-core pin in .pre-commit-config.yaml should be removed when and if that becomes possible.

See also:

Motivation and context

ansible-core 2.16.3 and later currently suffer from the bug discussed in ansible/ansible#82702, which breaks any symlinked files in vars, tasks, etc. for any Ansible role installed via ansible-galaxy. Once this issue is addressed the pin can be removed.

jsf9k commented 6 months ago

This issue is no longer required since #180 was closed.