Skip to content

Commit

Permalink
Update Action containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Mar 24, 2024
1 parent 99458f7 commit cc5436d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/requirements2png.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
uses: ad-m/github-push-action@master
with:
directory: ${{ github.repository }}
force: yes
force: true
branch: png
5 changes: 1 addition & 4 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ rules:
level: error
line-length: disable
truthy:
check-keys: no
allowed-values:
- "yes"
- "no"
check-keys: false

ignore: |
.tox/
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cc5436d

Please sign in to comment.