File tree Expand file tree Collapse file tree 3 files changed +3
-17
lines changed
.github/workflows/requirements Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 1- ansible-core==2.12.5
1+ ansible-core==2.13.0
Original file line number Diff line number Diff line change 1- ansible-core==2.12.5
1+ ansible-core==2.13.0
22jinja2==3.1.2
33ansible-lint==6.3.0
44yamllint==1.26.3
Original file line number Diff line number Diff line change 55 set -e
66 yamllint .
77 ansible-lint --force-color
8- platforms :
8+ platforms : # Ubuntu bionic and Debian buster result in a segmentation fault error as of Ansible core 2.13
99 - name : alpine-3.12
1010 image : alpine:3.12
1111 dockerfile : ../common/Dockerfile.j2
@@ -62,27 +62,13 @@ platforms:
6262 volumes :
6363 - " /sys/fs/cgroup:/sys/fs/cgroup:rw"
6464 command : " /usr/sbin/init"
65- - name : debian-buster
66- image : debian:buster-slim
67- dockerfile : ../common/Dockerfile.j2
68- privileged : true
69- volumes :
70- - " /sys/fs/cgroup:/sys/fs/cgroup:rw"
71- command : " /sbin/init"
7265 - name : debian-bullseye
7366 image : debian:bullseye-slim
7467 dockerfile : ../common/Dockerfile.j2
7568 privileged : true
7669 volumes :
7770 - " /sys/fs/cgroup:/sys/fs/cgroup:rw"
7871 command : " /sbin/init"
79- - name : ubuntu-bionic
80- image : ubuntu:bionic
81- dockerfile : ../common/Dockerfile.j2
82- privileged : true
83- volumes :
84- - " /sys/fs/cgroup:/sys/fs/cgroup:rw"
85- command : " /sbin/init"
8672 - name : ubuntu-focal
8773 image : ubuntu:focal
8874 dockerfile : ../common/Dockerfile.j2
You can’t perform that action at this time.
0 commit comments