Skip to content

Commit b93e321

Browse files
Bump ansible-core from 2.12.5 to 2.13.0 in /.github/workflows/requirements (#514)
1 parent aac400d commit b93e321

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ansible-core==2.12.5
1+
ansible-core==2.13.0

.github/workflows/requirements/requirements_molecule.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ansible-core==2.12.5
1+
ansible-core==2.13.0
22
jinja2==3.1.2
33
ansible-lint==6.3.0
44
yamllint==1.26.3

molecule/uninstall_plus/molecule.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lint: |
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

0 commit comments

Comments
 (0)