mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 02:35:54 +00:00
Currently, the minimum supported Ansible version is 2.13, and ansible-freeipa roles does not work with any version less than 2.9, altough ansible-freeipa documentation states that the minimum version to use is 2.8. This patch fixes documentation and roles metadata to require that the minimum Ansible version used is 2.13.
22 lines
344 B
YAML
22 lines
344 B
YAML
---
|
|
dependencies: []
|
|
|
|
galaxy_info:
|
|
author: Thomas Woerner
|
|
description: A role to backup and restore an IPA server
|
|
company: Red Hat, Inc
|
|
license: GPLv3
|
|
min_ansible_version: "2.13"
|
|
platforms:
|
|
- name: Fedora
|
|
versions:
|
|
- all
|
|
- name: EL
|
|
versions:
|
|
- "7"
|
|
- "8"
|
|
galaxy_tags:
|
|
- identity
|
|
- ipa
|
|
- freeipa
|