File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
# jumping to another major version without testing, since there are
13
13
# often breaking changes across major versions. This is the reason
14
14
# for the upper bound.
15
- ansible >= 8 ,< 10
16
- # TODO: Remove this pin when possible. See
17
- # cisagov/skeleton-ansible-role#178 for more details.
18
- #
19
- # ansible-core 2.16.3 and later suffer from the bug discussed in
15
+ ansible >= 9 ,< 10
16
+ # ansible-core 2.16.3 through 2.16.6 suffer from the bug discussed in
20
17
# ansible/ansible#82702, which breaks any symlinked files in vars,
21
18
# tasks, etc. for any Ansible role installed via ansible-galaxy.
19
+ # Hence we never want to install those versions.
22
20
#
23
- # See also cisagov/skeleton-packer#312.
24
- ansible-core < 2.16.3
21
+ # Note that any changes made to this dependency must also be made in
22
+ # requirements.txt in cisagov/skeleton-packer and
23
+ # .pre-commit-config.yaml in cisagov/skeleton-generic.
24
+ ansible-core >= 2.16.7
25
25
setuptools
26
26
wheel
You can’t perform that action at this time.
0 commit comments