1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_versioncheck.git synced 2024-08-16 15:59:49 +02:00
ansible_role_versioncheck/meta/main.yml

47 lines
833 B
YAML
Raw Normal View History

2020-01-15 21:57:15 +01:00
---
galaxy_info:
author: L3D
description: Make sure you are only executing ansible with at least a specific ansible version.
license: "MIT"
2020-01-23 13:18:13 +01:00
min_ansible_version: 2.7
2020-01-15 21:57:15 +01:00
github_branch: master
role_name: ansible_version
platforms:
- name: Archlinux
versions: all
2020-01-15 23:27:38 +01:00
- name: Alpine
version:
- 3.10
- 3.9
- 3.8
2020-02-20 19:38:26 +01:00
# - name: Clearlinux
# version:
# - all
2020-01-15 21:57:15 +01:00
- name: Debian
versions:
2020-02-20 19:38:26 +01:00
- sid
- buster
- wheezy
2020-01-29 10:50:55 +01:00
- name: Ubuntu
versions:
- xenial
- bionic
2020-01-15 23:27:38 +01:00
- name: EL
2020-01-15 21:57:15 +01:00
versions:
2020-01-15 23:27:38 +01:00
- 8
- 7
2020-01-15 21:57:15 +01:00
- name: Fedora
versions:
2020-01-15 23:27:38 +01:00
- 31
- 30
- 29
- 28
- name: Suse
versions:
- 15
2020-01-15 21:57:15 +01:00
galaxy_tags:
- version
- playbook
- versioncheck
dependencies: []