Remove references to unsupported operating systems
All references to Gentoo, SUSE, Debian stretch and Centos-7 are removed. Conditional tasks, ternary operators and variables are simplified where possible OS specific variables files are generalised where possible Change-Id: I705b1ea8907a12d30a05a7b3ebbbfb7a8a021325
This commit is contained in:
parent
62812dedc0
commit
cf28065134
@ -20,16 +20,16 @@ galaxy_info:
|
|||||||
license: Apache2
|
license: Apache2
|
||||||
min_ansible_version: 2.3.0
|
min_ansible_version: 2.3.0
|
||||||
platforms:
|
platforms:
|
||||||
|
- name: Debian
|
||||||
|
versions:
|
||||||
|
- buster
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- xenial
|
|
||||||
- bionic
|
- bionic
|
||||||
|
- focal
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
- 7
|
- 8
|
||||||
- name: opensuse
|
|
||||||
versions:
|
|
||||||
- all
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- cloud
|
- cloud
|
||||||
- rabbitmq
|
- rabbitmq
|
||||||
|
Loading…
Reference in New Issue
Block a user