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

53 lines
943 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
- name: Debian
versions:
2020-02-20 19:38:26 +01:00
- sid
- buster
2020-03-03 13:34:57 +01:00
- jessie
- stretch
2020-01-29 10:50:55 +01:00
- name: Ubuntu
versions:
- bionic
2020-03-03 13:34:57 +01:00
- disco
- eoan
- focal
- trusty
- xenial
# - name: Alpine
# version:
# - 3.10
# - 3.9
# - 3.8
# - name: Clearlinux
# version:
# - all
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-03-03 13:34:57 +01:00
- 6
# - name: Fedora
# versions:
# - 31
# - 30
# - 29
# - 28
## - name: Suse
2020-02-20 21:40:55 +01:00
# versions:
2020-03-03 13:34:57 +01:00
## - 15
2020-01-15 21:57:15 +01:00
galaxy_tags:
- version
- playbook
- versioncheck
dependencies: []