Skip to content

Commit 1194496

Browse files
committed
Break up overly long YAML line
1 parent 8838169 commit 1194496

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tasks/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
2020
# The extra argument is necessary on modern platforms, which
2121
# correctly recognize that the local Python is externally managed
2222
# (i.e. managed via the system package manager and not by pip).
23-
extra_args: "{{ (ansible_distribution in ['Kali'] or (ansible_distribution in ['Debian', 'Ubuntu'] and ansible_distribution_release in ['bookworm', 'noble', 'trixie'])) | ternary('--break-system-packages', omit) }}"
23+
extra_args: >-
24+
{{ (ansible_distribution in ['Kali'] or
25+
(ansible_distribution in ['Debian', 'Ubuntu']
26+
and ansible_distribution_release in ['bookworm', 'noble', 'trixie'])) |
27+
ternary('--break-system-packages', omit) }}
2428
name: https://api.github.com/repos/cisagov/cyhy-runner/tarball/develop
2529

2630
- name: Create some directories that cyhy-runner requires

0 commit comments

Comments
 (0)