Compare commits

...

3 Commits

Author SHA1 Message Date
Jeff Geerling 59700c8f1f Bump CI workflow versions. 2024-01-24 22:51:24 -06:00
Jeff Geerling 69ce0d8149 Getting a version number changes nothing. 2024-01-24 22:48:16 -06:00
Jeff Geerling f120430ad6 Make local dev with molecule a little easier. 2024-01-24 22:06:46 -06:00
4 changed files with 10 additions and 6 deletions

View File

@ -41,12 +41,13 @@ jobs:
strategy: strategy:
matrix: matrix:
distro: distro:
- rockylinux9
- rockylinux8 - rockylinux8
- fedora34 - fedora39
- ubuntu2004
- ubuntu2204 - ubuntu2204
- debian11 - ubuntu2004
- debian12 - debian12
- debian11
steps: steps:
- name: Check out the codebase. - name: Check out the codebase.

View File

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

View File

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

View File

@ -4,6 +4,7 @@
- name: Get python3 version installed - name: Get python3 version installed
ansible.builtin.command: python3 --version ansible.builtin.command: python3 --version
register: py3ver register: py3ver
changed_when: false
- name: Remove EXTERNALLY-MANAGED - name: Remove EXTERNALLY-MANAGED
ansible.builtin.file: ansible.builtin.file: