diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index a3ad1e8..b308ad3 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" steps: - name: Checkout Role uses: actions/checkout@v4 @@ -89,7 +93,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 cfbb769..57d3f09 100644 --- a/README.md +++ b/README.md @@ -202,11 +202,11 @@ This role has been tested on these [container images](https://hub.docker.com/u/b |container|tags| |---------|----| -|[EL](https://hub.docker.com/repository/docker/buluma/enterpriselinux/general)|8, 9| -|[Debian](https://hub.docker.com/repository/docker/buluma/debian/general)|all| -|[Fedora](https://hub.docker.com/repository/docker/buluma/fedora/general)|all| -|[opensuse](https://hub.docker.com/repository/docker/buluma/opensuse/general)|all| -|[Ubuntu](https://hub.docker.com/repository/docker/buluma/ubuntu/general)|all| +|[EL](https://hub.docker.com/r/buluma/enterpriselinux)|8, 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: diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 3e8f838..29b96c0 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: