mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 20:04:45 +00:00
roles: Fix type of data used for for versions in meta files
ansible-lint warns if version strings are used as numbers instead fo strings.
This commit is contained in:
@@ -6,15 +6,15 @@ galaxy_info:
|
|||||||
description: A role to backup and restore an IPA server
|
description: A role to backup and restore an IPA server
|
||||||
company: Red Hat, Inc
|
company: Red Hat, Inc
|
||||||
license: GPLv3
|
license: GPLv3
|
||||||
min_ansible_version: 2.8
|
min_ansible_version: "2.8"
|
||||||
platforms:
|
platforms:
|
||||||
- name: Fedora
|
- name: Fedora
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
- 7
|
- "7"
|
||||||
- 8
|
- "8"
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- identity
|
- identity
|
||||||
- ipa
|
- ipa
|
||||||
|
|||||||
@@ -6,15 +6,15 @@ galaxy_info:
|
|||||||
description: A role to join a machine to an IPA domain
|
description: A role to join a machine to an IPA domain
|
||||||
company: Red Hat, Inc
|
company: Red Hat, Inc
|
||||||
license: GPLv3
|
license: GPLv3
|
||||||
min_ansible_version: 2.8
|
min_ansible_version: "2.8"
|
||||||
platforms:
|
platforms:
|
||||||
- name: Fedora
|
- name: Fedora
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
- 7
|
- "7"
|
||||||
- 8
|
- "8"
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- identity
|
- identity
|
||||||
- ipa
|
- ipa
|
||||||
|
|||||||
@@ -6,15 +6,15 @@ galaxy_info:
|
|||||||
description: A role to setup an IPA domain replica
|
description: A role to setup an IPA domain replica
|
||||||
company: Red Hat, Inc
|
company: Red Hat, Inc
|
||||||
license: GPLv3
|
license: GPLv3
|
||||||
min_ansible_version: 2.8
|
min_ansible_version: "2.8"
|
||||||
platforms:
|
platforms:
|
||||||
- name: Fedora
|
- name: Fedora
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
- 7
|
- "7"
|
||||||
- 8
|
- "8"
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- identity
|
- identity
|
||||||
- ipa
|
- ipa
|
||||||
|
|||||||
@@ -6,15 +6,15 @@ galaxy_info:
|
|||||||
description: A role to setup an iPA domain server
|
description: A role to setup an iPA domain server
|
||||||
company: Red Hat, Inc
|
company: Red Hat, Inc
|
||||||
license: GPLv3
|
license: GPLv3
|
||||||
min_ansible_version: 2.8
|
min_ansible_version: "2.8"
|
||||||
platforms:
|
platforms:
|
||||||
- name: Fedora
|
- name: Fedora
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
- 7
|
- "7"
|
||||||
- 8
|
- "8"
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- identity
|
- identity
|
||||||
- ipa
|
- ipa
|
||||||
|
|||||||
@@ -6,15 +6,15 @@ galaxy_info:
|
|||||||
description: A role to setup IPA server(s) for Smart Card authentication
|
description: A role to setup IPA server(s) for Smart Card authentication
|
||||||
company: Red Hat, Inc
|
company: Red Hat, Inc
|
||||||
license: GPLv3
|
license: GPLv3
|
||||||
min_ansible_version: 2.8
|
min_ansible_version: "2.8"
|
||||||
platforms:
|
platforms:
|
||||||
- name: Fedora
|
- name: Fedora
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
- 7
|
- "7"
|
||||||
- 8
|
- "8"
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- identity
|
- identity
|
||||||
- ipa
|
- ipa
|
||||||
|
|||||||
@@ -6,15 +6,15 @@ galaxy_info:
|
|||||||
description: A role to setup IPA server(s) for Smart Card authentication
|
description: A role to setup IPA server(s) for Smart Card authentication
|
||||||
company: Red Hat, Inc
|
company: Red Hat, Inc
|
||||||
license: GPLv3
|
license: GPLv3
|
||||||
min_ansible_version: 2.8
|
min_ansible_version: "2.8"
|
||||||
platforms:
|
platforms:
|
||||||
- name: Fedora
|
- name: Fedora
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
- 7
|
- "7"
|
||||||
- 8
|
- "8"
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- identity
|
- identity
|
||||||
- ipa
|
- ipa
|
||||||
|
|||||||
Reference in New Issue
Block a user