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
2
2
jinja2==3.1.2
3
3
ansible-lint==6.3.0
4
4
yamllint==1.26.3
Original file line number Diff line number Diff line change 5
5
set -e
6
6
yamllint .
7
7
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
9
9
- name : alpine-3.12
10
10
image : alpine:3.12
11
11
dockerfile : ../common/Dockerfile.j2
@@ -62,27 +62,13 @@ platforms:
62
62
volumes :
63
63
- " /sys/fs/cgroup:/sys/fs/cgroup:rw"
64
64
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"
72
65
- name : debian-bullseye
73
66
image : debian:bullseye-slim
74
67
dockerfile : ../common/Dockerfile.j2
75
68
privileged : true
76
69
volumes :
77
70
- " /sys/fs/cgroup:/sys/fs/cgroup:rw"
78
71
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"
86
72
- name : ubuntu-focal
87
73
image : ubuntu:focal
88
74
dockerfile : ../common/Dockerfile.j2
You can’t perform that action at this time.
0 commit comments