Skip to content

Commit 67d1ed3

Browse files
committed
Use --break-system-packages for Debian Forky
1 parent 4a860bc commit 67d1ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
extra_args: >-
2424
{{ (ansible_distribution in ['Kali'] or
2525
(ansible_distribution in ['Debian', 'Ubuntu']
26-
and ansible_distribution_release in ['bookworm', 'noble', 'trixie'])) |
26+
and ansible_distribution_release in ['bookworm', 'noble', 'trixie', 'forky'])) |
2727
ternary('--break-system-packages', omit) }}
2828
name: https://api.github.com/repos/cisagov/cyhy-runner/tarball/develop
2929

0 commit comments

Comments
 (0)