Skip to content

Commit a3253c5

Browse files
committed
Update ansible version requirement
Ansible version 2.10 reports the Rocky Linux OS family as Rocky, rather than RedHat, which causes problems in roles such as in the os-images role here: https://github.com/stackhpc/ansible-role-os-images/blob/4696b3112d216c5cb2d871c6a98e91845a274147/tasks/images.yml#L3 This change bumps the version requirement to Ansible 5 (ansible-core 2.12)
1 parent 5c1c222 commit a3253c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Use Ansible 2.10 for better collections handling
2-
ansible>=2.10.0,<2.11.0
1+
# Use Ansible 5 for consistent Rocky 9 behaviour
2+
ansible>=5,<6

0 commit comments

Comments
 (0)