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 ac1a249
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 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
2 changes: 1 addition & 1 deletion .github/workflows/netbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
distro:
- amazonlinux2
# - amazonlinux2
- centos8
- debian10
- debian11
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 ac1a249

Please sign in to comment.