From cc5436d5b2ec0e602135bced4e61f472cafba0f6 Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Sun, 24 Mar 2024 17:51:56 +0300 Subject: [PATCH] Update Action containers. --- .github/workflows/molecule.yml | 6 +++++- .github/workflows/requirements2png.yml | 2 +- .yamllint | 5 +---- README.md | 12 ++++++------ molecule/default/molecule.yml | 4 ++-- 5 files changed, 15 insertions(+), 14 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 7e22259..7e45b6d 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -68,6 +68,10 @@ jobs: tag: "focal" - image: "docker-ubuntu-systemd" tag: "bionic" + - image: "docker-ubuntu-systemd" + tag: "lunar" + - image: "docker-ubuntu-systemd" + tag: "noble" - image: "kali" tag: "latest" steps: @@ -91,7 +95,7 @@ jobs: - uses: "actions/checkout@master" - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1 + uses: dependabot/fetch-metadata@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Approve a PR diff --git a/.github/workflows/requirements2png.yml b/.github/workflows/requirements2png.yml index b35b861..cf3c539 100644 --- a/.github/workflows/requirements2png.yml +++ b/.github/workflows/requirements2png.yml @@ -41,5 +41,5 @@ jobs: uses: ad-m/github-push-action@master with: directory: ${{ github.repository }} - force: yes + force: true branch: png diff --git a/.yamllint b/.yamllint index 10d5946..1460f2c 100644 --- a/.yamllint +++ b/.yamllint @@ -10,10 +10,7 @@ rules: level: error line-length: disable truthy: - check-keys: no - allowed-values: - - "yes" - - "no" + check-keys: false ignore: | .tox/ diff --git a/README.md b/README.md index 83d4193..54a0eea 100644 --- a/README.md +++ b/README.md @@ -293,12 +293,12 @@ This role has been tested on these [container images](https://hub.docker.com/u/b |container|tags| |---------|----| -|[Amazon](https://hub.docker.com/repository/docker/buluma/amazonlinux/general)|2018.03| -|[EL](https://hub.docker.com/repository/docker/buluma/enterpriselinux/general)|7, 8| -|[Debian](https://hub.docker.com/repository/docker/buluma/debian/general)|all| -|[Fedora](https://hub.docker.com/repository/docker/buluma/fedora/general)|all| -|[Ubuntu](https://hub.docker.com/repository/docker/buluma/ubuntu/general)|all| -|[Kali](https://hub.docker.com/repository/docker/buluma/kali/general)|all| +|[Amazon](https://hub.docker.com/r/buluma/amazonlinux)|2018.03| +|[EL](https://hub.docker.com/r/buluma/enterpriselinux)|7, 8| +|[Debian](https://hub.docker.com/r/buluma/debian)|all| +|[Fedora](https://hub.docker.com/r/buluma/fedora)|all| +|[Ubuntu](https://hub.docker.com/r/buluma/ubuntu)|all| +|[Kali](https://hub.docker.com/r/buluma/kali)|all| The minimum version of Ansible required is 2.12, tests have been done to: diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 1158861..31f2b29 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -20,8 +20,8 @@ platforms: volumes: - /sys/fs/cgroup:/sys/fs/cgroup:rw cgroupns_mode: host - privileged: yes - pre_build_image: yes + privileged: true + pre_build_image: true provisioner: name: ansible verifier: