Add minimum required Ansible version

This commit is contained in:
Ivo C.S. Wingelaar 2024-10-13 13:41:16 +02:00
parent dff271d063
commit 38ff10d0e0
Signed by: ivo
GPG key ID: ABBED434F58D0AA3

View file

@ -1,7 +1,7 @@
--- ---
# Collections must specify a minimum required ansible version to upload # Collections must specify a minimum required ansible version to upload
# to galaxy # to galaxy
# requires_ansible: '>=2.9.10' requires_ansible: '>=2.17.5'
# Content that Ansible needs to load from another location or that has # Content that Ansible needs to load from another location or that has
# been deprecated/removed # been deprecated/removed