Skip to content

Commit

Permalink
github actions updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoss committed Feb 17, 2023
1 parent 6fcb273 commit 3bc9d0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
matrix:
distro:
- amazonlinux2
# - amazonlinux2
- centos8
- debian11
- rockylinux8
Expand Down
11 changes: 3 additions & 8 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,13 @@ lint: |
platforms:
- name: instance
image: "geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2204}-ansible:latest"
<<<<<<< HEAD
command: ${MOLECULE_DOCKER_COMMAND:-""}
=======
command: ${MOLECULE_DOCKER_COMMAND:-"/sbin/init"}
capabilities:
- SYS_ADMIN
>>>>>>> 317e9fe... squash
cgroupns_mode: host
network_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: true
pre_build_image: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw

provisioner:
name: ansible

0 comments on commit 3bc9d0d

Please sign in to comment.