Compare commits

...

3 Commits

Author SHA1 Message Date
JakobLichterfeld 9221124bf8
Merge 54ce54bb0d into 8c85339f21 2024-02-07 22:44:30 +04:00
Jeff Geerling 8c85339f21 A wee bit of modernization. 2024-01-24 21:59:18 -06:00
Jeff Geerling 470ad53d13 Make local dev with molecule a little easier. 2024-01-24 21:47:54 -06:00
3 changed files with 13 additions and 13 deletions

View File

@ -19,12 +19,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: 'geerlingguy.ansible'
- name: Set up Python 3.
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'
@ -41,27 +41,25 @@ jobs:
strategy:
matrix:
include:
- distro: rockylinux8
- distro: rockylinux9
playbook: converge.yml
- distro: fedora33
- distro: fedora39
playbook: converge.yml
- distro: ubuntu2004
- distro: ubuntu2204
playbook: converge.yml
- distro: ubuntu1804
playbook: converge.yml
- distro: debian10
- distro: debian12
playbook: converge.yml
- distro: rockylinux8
playbook: pip.yml
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: 'geerlingguy.ansible'
- name: Set up Python 3.
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'

View File

@ -22,12 +22,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: 'geerlingguy.ansible'
- name: Set up Python 3.
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'

View File

@ -2,11 +2,13 @@
role_name_check: 1
dependency:
name: galaxy
options:
ignore-errors: true
driver:
name: docker
platforms:
- name: instance
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux8}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw