Skip to content

Commit 0acbd24

Browse files
authored
Merge pull request #243 from cisagov/improvement/add-support-for-fedora-43
Add support for Fedora 43
2 parents 52c12c1 + 41f396e commit 0acbd24

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.config/molecule/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ platforms:
6868
image: docker.io/cisagov/docker-kali-ansible:latest
6969
name: kali-systemd-arm64
7070

71-
- <<: *common_amd64_platform_config
72-
image: docker.io/geerlingguy/docker-fedora41-ansible:latest
73-
name: fedora41-systemd-amd64
74-
75-
- <<: *common_arm64_platform_config
76-
image: docker.io/geerlingguy/docker-fedora41-ansible:latest
77-
name: fedora41-systemd-arm64
78-
7971
- <<: *common_amd64_platform_config
8072
image: docker.io/geerlingguy/docker-fedora42-ansible:latest
8173
name: fedora42-systemd-amd64
@@ -84,6 +76,14 @@ platforms:
8476
image: docker.io/geerlingguy/docker-fedora42-ansible:latest
8577
name: fedora42-systemd-arm64
8678

79+
- <<: *common_amd64_platform_config
80+
image: docker.io/geerlingguy/docker-fedora43-ansible:latest
81+
name: fedora43-systemd-amd64
82+
83+
- <<: *common_arm64_platform_config
84+
image: docker.io/geerlingguy/docker-fedora43-ansible:latest
85+
name: fedora43-systemd-arm64
86+
8787
- <<: *common_amd64_platform_config
8888
image: docker.io/geerlingguy/docker-ubuntu2204-ansible:latest
8989
name: ubuntu-22-systemd-amd64

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ jobs:
222222
- debian12-systemd
223223
- debian13-systemd
224224
- debian14-systemd
225-
- fedora41-systemd
226225
- fedora42-systemd
226+
- fedora43-systemd
227227
- kali-systemd
228228
- ubuntu-22-systemd
229229
- ubuntu-24-systemd

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ galaxy_info:
3232
- forky
3333
- name: Fedora
3434
versions:
35-
- "41"
3635
- "42"
36+
- "43"
3737
- name: Kali
3838
versions:
3939
- "2023"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.1
1+
3.0.0

0 commit comments

Comments
 (0)