mirror of
https://github.com/roles-ansible/ansible_role_versioncheck.git
synced 2024-08-16 15:59:49 +02:00
Update supported os list
This commit is contained in:
parent
1d20a5c6f1
commit
e656e728e1
1 changed files with 24 additions and 18 deletions
|
@ -9,36 +9,42 @@ galaxy_info:
|
|||
platforms:
|
||||
- name: Archlinux
|
||||
versions: all
|
||||
- name: Alpine
|
||||
version:
|
||||
- 3.10
|
||||
- 3.9
|
||||
- 3.8
|
||||
# - name: Clearlinux
|
||||
# version:
|
||||
# - all
|
||||
- name: Debian
|
||||
versions:
|
||||
- sid
|
||||
- buster
|
||||
- wheezy
|
||||
- jessie
|
||||
- stretch
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- xenial
|
||||
- bionic
|
||||
- disco
|
||||
- eoan
|
||||
- focal
|
||||
- trusty
|
||||
- xenial
|
||||
# - name: Alpine
|
||||
# version:
|
||||
# - 3.10
|
||||
# - 3.9
|
||||
# - 3.8
|
||||
# - name: Clearlinux
|
||||
# version:
|
||||
# - all
|
||||
- name: EL
|
||||
versions:
|
||||
- 8
|
||||
- 7
|
||||
- name: Fedora
|
||||
versions:
|
||||
- 31
|
||||
- 30
|
||||
- 29
|
||||
- 28
|
||||
# - name: Suse
|
||||
- 6
|
||||
# - name: Fedora
|
||||
# versions:
|
||||
# - 15
|
||||
# - 31
|
||||
# - 30
|
||||
# - 29
|
||||
# - 28
|
||||
## - name: Suse
|
||||
# versions:
|
||||
## - 15
|
||||
galaxy_tags:
|
||||
- version
|
||||
- playbook
|
||||
|
|
Loading…
Reference in a new issue