diff --git a/.ansible-lint b/.ansible-lint index fa67b68..8115c55 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -3,7 +3,6 @@ # Ansible managed # exclude_paths: - - meta/preferences.yml - molecule/default/prepare.yml - molecule/default/converge.yml - molecule/default/verify.yml @@ -13,8 +12,5 @@ exclude_paths: - .github - requirements.yml -skip_list: - - yaml[truthy] - enable_list: - name[prefix] diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index b57f89b..8e8e8dd 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -50,8 +50,6 @@ jobs: tag: "alpine-openrc" - image: "docker-molecule-images" tag: "amazonlinux2023" - - image: "enterpriselinux" - tag: "8" - image: "enterpriselinux" tag: "latest" - image: "docker-molecule-images" @@ -64,8 +62,6 @@ jobs: tag: "40" - image: "docker-molecule-images" tag: "rawhide" - - image: "docker-molecule-images" - tag: "opensuse" - image: "docker-molecule-images" tag: "ubuntu_latest" - image: "docker-molecule-images" diff --git a/README.md b/README.md index 5473cf7..bb536cf 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,9 @@ This role has been tested on these [container images](https://hub.docker.com/u/b |---------|----| |[Alpine](https://hub.docker.com/r/buluma/alpine)|all| |[Amazon](https://hub.docker.com/r/buluma/amazonlinux)|Candidate| -|[EL](https://hub.docker.com/r/buluma/enterpriselinux)|all| +|[EL](https://hub.docker.com/r/buluma/enterpriselinux)|9| |[Debian](https://hub.docker.com/r/buluma/debian)|all| |[Fedora](https://hub.docker.com/r/buluma/fedora)|all| -|[opensuse](https://hub.docker.com/r/buluma/opensuse)|all| |[Ubuntu](https://hub.docker.com/r/buluma/ubuntu)|all| The minimum version of Ansible required is 2.12, tests have been done to: