File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ updates:
29
29
# ignore:
30
30
# # Managed by cisagov/skeleton-ansible-role
31
31
# - dependency-name: ansible
32
+ # - dependency-name: ansible-core
32
33
package-ecosystem : pip
33
34
schedule :
34
35
interval : weekly
Original file line number Diff line number Diff line change 14
14
# often breaking changes across major versions. This is the reason
15
15
# for the upper bound.
16
16
ansible>=8,<10
17
+ # TODO: Remove this pin when possible. See
18
+ # cisagov/skeleton-ansible-role#178 for more details.
19
+ #
20
+ # ansible-core 2.16.3 and later suffer from the bug discussed in
21
+ # ansible/ansible#82702, which breaks any symlinked files in vars,
22
+ # tasks, etc. for any Ansible role installed via ansible-galaxy.
23
+ #
24
+ # See also cisagov/skeleton-packer#312.
25
+ ansible-core<2.16.3
17
26
# With the release of molecule v5 there were some breaking changes so
18
27
# we need to pin at v5 or newer. However, v5.0.0 had an internal
19
28
# dependency issue so we must use the bugfix release as the actual
You can’t perform that action at this time.
0 commit comments