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 - ./molecule/default/collections.yml
- ./.tox - ./.tox
- ./.cache - ./.cache
- ./.github
- ./requirements.yml

View File

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