Skip to content

Commit 1faea42

Browse files
author
jsf9k
committed
# Conflicts: # .config/molecule/config.yml # .github/workflows/build.yml # meta/main.yml
2 parents 91888d9 + 54e395e commit 1faea42

File tree

5 files changed

+51
-42
lines changed

5 files changed

+51
-42
lines changed

.config/molecule/config.yml

Lines changed: 39 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -113,42 +113,6 @@ platforms:
113113
privileged: true
114114
volumes:
115115
- /sys/fs/cgroup:/sys/fs/cgroup:rw
116-
- cgroupns_mode: host
117-
command: /lib/systemd/systemd
118-
image: docker.io/geerlingguy/docker-fedora39-ansible:latest
119-
name: fedora39-systemd-amd64
120-
platform: amd64
121-
pre_build_image: true
122-
privileged: true
123-
volumes:
124-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
125-
- cgroupns_mode: host
126-
command: /lib/systemd/systemd
127-
image: docker.io/geerlingguy/docker-fedora39-ansible:latest
128-
name: fedora39-systemd-arm64
129-
platform: arm64
130-
pre_build_image: true
131-
privileged: true
132-
volumes:
133-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
134-
- cgroupns_mode: host
135-
command: /lib/systemd/systemd
136-
image: docker.io/geerlingguy/docker-fedora40-ansible:latest
137-
name: fedora40-systemd-amd64
138-
platform: amd64
139-
pre_build_image: true
140-
privileged: true
141-
volumes:
142-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
143-
- cgroupns_mode: host
144-
command: /lib/systemd/systemd
145-
image: docker.io/geerlingguy/docker-fedora40-ansible:latest
146-
name: fedora40-systemd-arm64
147-
platform: arm64
148-
pre_build_image: true
149-
privileged: true
150-
volumes:
151-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
152116
- cgroupns_mode: host
153117
command: /lib/systemd/systemd
154118
image: docker.io/geerlingguy/docker-fedora41-ansible:latest
@@ -167,6 +131,7 @@ platforms:
167131
privileged: true
168132
volumes:
169133
- /sys/fs/cgroup:/sys/fs/cgroup:rw
134+
<<<<<<< HEAD
170135
# These platforms do not provide systemd-resolved.
171136
# - cgroupns_mode: host
172137
# command: /lib/systemd/systemd
@@ -204,6 +169,44 @@ platforms:
204169
# privileged: true
205170
# volumes:
206171
# - /sys/fs/cgroup:/sys/fs/cgroup:rw
172+
=======
173+
- cgroupns_mode: host
174+
command: /lib/systemd/systemd
175+
image: docker.io/geerlingguy/docker-fedora42-ansible:latest
176+
name: fedora42-systemd-amd64
177+
platform: amd64
178+
pre_build_image: true
179+
privileged: true
180+
volumes:
181+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
182+
- cgroupns_mode: host
183+
command: /lib/systemd/systemd
184+
image: docker.io/geerlingguy/docker-fedora42-ansible:latest
185+
name: fedora42-systemd-arm64
186+
platform: arm64
187+
pre_build_image: true
188+
privileged: true
189+
volumes:
190+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
191+
- cgroupns_mode: host
192+
command: /lib/systemd/systemd
193+
image: docker.io/geerlingguy/docker-ubuntu2204-ansible:latest
194+
name: ubuntu-22-systemd-amd64
195+
platform: amd64
196+
pre_build_image: true
197+
privileged: true
198+
volumes:
199+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
200+
- cgroupns_mode: host
201+
command: /lib/systemd/systemd
202+
image: docker.io/geerlingguy/docker-ubuntu2204-ansible:latest
203+
name: ubuntu-22-systemd-arm64
204+
platform: arm64
205+
pre_build_image: true
206+
privileged: true
207+
volumes:
208+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
209+
>>>>>>> 54e395efa2409780c0574d266fe68bce1c9b7060
207210
- cgroupns_mode: host
208211
command: /lib/systemd/systemd
209212
image: docker.io/geerlingguy/docker-ubuntu2404-ansible:latest

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,16 @@ jobs:
222222
# - debian11-systemd
223223
- debian12-systemd
224224
- debian13-systemd
225-
- fedora39-systemd
226-
- fedora40-systemd
227225
- fedora41-systemd
226+
- fedora42-systemd
228227
- kali-systemd
228+
<<<<<<< HEAD
229229
# These platforms do not provide systemd-resolved.
230230
# - ubuntu-20-systemd
231231
# - ubuntu-22-systemd
232+
=======
233+
- ubuntu-22-systemd
234+
>>>>>>> 54e395efa2409780c0574d266fe68bce1c9b7060
232235
- ubuntu-24-systemd
233236
scenario:
234237
- default

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ repos:
173173

174174
# Ansible hooks
175175
- repo: https://github.com/ansible/ansible-lint
176-
rev: v25.1.3
176+
rev: v25.4.0
177177
hooks:
178178
- id: ansible-lint
179179
additional_dependencies:

meta/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,20 @@ galaxy_info:
3434
- trixie
3535
- name: Fedora
3636
versions:
37-
- "39"
38-
- "40"
3937
- "41"
38+
- "42"
4039
- name: Kali
4140
versions:
4241
- "2023"
4342
- name: Ubuntu
4443
versions:
44+
<<<<<<< HEAD
4545
# These platforms do not provide systemd-resolved.
4646
# - focal
4747
# - jammy
48+
=======
49+
- jammy
50+
>>>>>>> 54e395efa2409780c0574d266fe68bce1c9b7060
4851
- noble
4952
role_name: systemd_resolved
5053
standalone: true

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
2.0.0

0 commit comments

Comments
 (0)