-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert ansible-core
pin when that becomes possible
#178
Labels
blocked
This issue or pull request is awaiting the outcome of another issue or pull request
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
Comments
jsf9k
added
the
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
label
Mar 10, 2024
jsf9k
added a commit
to cisagov/skeleton-packer
that referenced
this issue
Mar 10, 2024
jsf9k
added a commit
to cisagov/skeleton-packer
that referenced
this issue
Mar 10, 2024
mcdonnnj
added a commit
to cisagov/cyhy_amis
that referenced
this issue
Mar 12, 2024
As described in cisagov/skeleton-ansible-role#178 this is a breaking bug for how we use Ansible with Ansible roles. Co-authored-by: Shane Frasier <[email protected]>
jsf9k
added a commit
to cisagov/openvpn-packer
that referenced
this issue
Mar 13, 2024
mcdonnnj
added a commit
to cisagov/cyhy_amis
that referenced
this issue
Apr 5, 2024
As described in cisagov/skeleton-ansible-role#178 this is a breaking bug for how we use Ansible with Ansible roles. Co-authored-by: Shane Frasier <[email protected]>
The next release of |
6 tasks
jsf9k
added
the
blocked
This issue or pull request is awaiting the outcome of another issue or pull request
label
May 24, 2024
github-project-automation
bot
moved this from In progress
to Done
in Skeleton Maintenance
Jun 1, 2024
cisagovbot
pushed a commit
that referenced
this issue
Sep 25, 2024
…hook Add the `check-useless-excludes` hook to the pre-commit configuration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
blocked
This issue or pull request is awaiting the outcome of another issue or pull request
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
💡 Summary
The
ansible-core
pin inrequirements.txt
should be removed when and if that becomes possible.Note that the pin must also be reverted in cisagov/skeleton-generic and cisagov/skeleton-packer, as it is reproduced there in
.pre-commit-config.yaml
in cisagov/skeleton-generic#180 and inrequirements.txt
in cisagov/skeleton-packer#311, respectively.See also:
ansible-core
pin when that becomes possible skeleton-generic#181ansible-core
pin when that becomes possible skeleton-packer#312Motivation and context
ansible-core
2.16.3 and later currently suffer from the bug discussed in ansible/ansible#82702, which breaks any symlinked files invars
,tasks
, etc. for any Ansible role installed viaansible-galaxy
. Once this issue is addressed the pin can be removed.The text was updated successfully, but these errors were encountered: