2020-01-15 21:57:15 +01:00
|
|
|
---
|
|
|
|
galaxy_info:
|
2021-03-12 00:38:45 +01:00
|
|
|
author: do1jlr
|
2020-01-15 21:57:15 +01:00
|
|
|
description: Make sure you are only executing ansible with at least a specific ansible version.
|
|
|
|
license: "MIT"
|
2021-03-12 00:38:45 +01:00
|
|
|
min_ansible_version: 2.8
|
|
|
|
github_branch: main
|
2020-01-15 21:57:15 +01:00
|
|
|
role_name: ansible_version
|
|
|
|
platforms:
|
|
|
|
- name: Archlinux
|
|
|
|
versions: all
|
|
|
|
- name: Debian
|
2021-01-20 19:57:04 +01:00
|
|
|
versions: all
|
2020-01-29 10:50:55 +01:00
|
|
|
- name: Ubuntu
|
2021-01-20 19:57:04 +01:00
|
|
|
versions: all
|
|
|
|
- name: Alpine
|
|
|
|
version: all
|
2020-01-15 23:27:38 +01:00
|
|
|
- name: EL
|
2021-01-20 19:57:04 +01:00
|
|
|
versions: all
|
|
|
|
- name: Fedora
|
|
|
|
versions: all
|
|
|
|
- name: Suse
|
|
|
|
versions: all
|
2020-01-15 21:57:15 +01:00
|
|
|
galaxy_tags:
|
|
|
|
- version
|
|
|
|
- playbook
|
|
|
|
- versioncheck
|
2021-01-20 19:57:04 +01:00
|
|
|
- always
|
2021-01-20 20:05:40 +01:00
|
|
|
- ansibleversion
|
2020-01-15 21:57:15 +01:00
|
|
|
dependencies: []
|