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:
Jonathan Rosser 2021-03-16 09:19:15 +00:00
parent 62812dedc0
commit cf28065134
1 changed files with 5 additions and 5 deletions

View File

@ -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