Prepare for ansible-lint-6.3.0

This commit is contained in:
Robert de Bock 2022-06-30 10:23:04 +02:00
parent 0baef4084d
commit 4e9357f193
2 changed files with 12 additions and 10 deletions

View File

@ -20,3 +20,5 @@ exclude_paths:
- ./molecule/default/collections.yml
- ./.tox
- ./.cache
- ./.github
- ./requirements.yml

View File

@ -28,7 +28,7 @@ platform_image_mapping:
Debian: debian
EL: "{{ enterprise_linux | default('enterpriselinux') }}"
Fedora: fedora
OpenSUSE: opensuse
opensuse: opensuse
Ubuntu: ubuntu
# This maps the Galaxy distribution and version to Docker images.
@ -40,7 +40,7 @@ distribution_version_mapping:
all:
- 1
- latest
2018.03:
"2018.03":
- 1
Candidate:
- latest
@ -59,22 +59,22 @@ distribution_version_mapping:
all:
- 7
- latest
7:
"7":
- 7
8:
"8":
- latest
Fedora:
all:
- 34
- 35
- latest
- rawhide
34:
- 34
35:
"35":
- 35
"36":
- latest
36:
"37":
- rawhide
OpenSUSE:
opensuse:
all:
- latest
Ubuntu: