1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2025-10-30 23:27:46 -04:00

Compare commits

...

2 commits

Author SHA1 Message Date
Jeff Geerling
dda4cbf1a0 Remove CentOS 7 from tests. 2022-12-06 19:16:34 -06:00
Jeff Geerling
42835bf112 Fix Molecule CI workflow for Ubuntu 22.04 GitHub Actions. 2022-12-06 18:24:36 -06:00
2 changed files with 2 additions and 3 deletions

View file

@ -44,14 +44,12 @@ jobs:
distro: distro:
- rockylinux8 - rockylinux8
- rockylinux9 - rockylinux9
- centos7
- fedora36 - fedora36
- ubuntu2204 - ubuntu2204
- ubuntu2004 - ubuntu2004
- ubuntu1804 - ubuntu1804
- debian10 - debian10
- debian11 - debian11
# - amazonlinux2
steps: steps:
- name: Check out the codebase. - name: Check out the codebase.

View file

@ -9,7 +9,8 @@ platforms:
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest" image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""} command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
privileged: true privileged: true
pre_build_image: true pre_build_image: true
provisioner: provisioner: