We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a860bc commit 67d1ed3Copy full SHA for 67d1ed3
tasks/main.yml
@@ -23,7 +23,7 @@
23
extra_args: >-
24
{{ (ansible_distribution in ['Kali'] or
25
(ansible_distribution in ['Debian', 'Ubuntu']
26
- and ansible_distribution_release in ['bookworm', 'noble', 'trixie'])) |
+ and ansible_distribution_release in ['bookworm', 'noble', 'trixie', 'forky'])) |
27
ternary('--break-system-packages', omit) }}
28
name: https://api.github.com/repos/cisagov/cyhy-runner/tarball/develop
29
0 commit comments