ansible-freeipa: Bump minimum supported Ansible version to 2.13

As ansible-freeipa roles does not support Ansible 2.8, bump the
collection version to the currently oldest supported Ansible version
available, 2.13.
This commit is contained in:
Rafael Guterres Jeffman
2023-09-05 13:45:45 -03:00
parent 0a3cd06c6e
commit c34c66fa79

View File

@@ -1,2 +1,2 @@
---
requires_ansible: ">=2.9"
requires_ansible: ">=2.13"