Prepare for ansible-lint-6.3.0
This commit is contained in:
parent
0baef4084d
commit
4e9357f193
|
|
@ -20,3 +20,5 @@ exclude_paths:
|
||||||
- ./molecule/default/collections.yml
|
- ./molecule/default/collections.yml
|
||||||
- ./.tox
|
- ./.tox
|
||||||
- ./.cache
|
- ./.cache
|
||||||
|
- ./.github
|
||||||
|
- ./requirements.yml
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue