We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bacb512 commit 70a3cd1Copy full SHA for 70a3cd1
1 file changed
tests/tests_default_reboot.yml
@@ -37,6 +37,8 @@
37
- name: Check parameters in conf file
38
command: grep '^{{ item.param }} {{ item.value }}$' /etc/kdump.conf
39
changed_when: false
40
+ # not really invalid - see https://github.com/ansible/ansible-lint/issues/4702
41
+ # noqa jinja[invalid]
42
loop: "{{ params + (is_el9 | ternary(el9_params, not_el9_params)) }}"
43
vars:
44
params:
@@ -90,6 +92,8 @@
90
92
91
93
94
95
96
97
loop: "{{ params + (is_el9 | ternary(el9_params, [])) }}"
98
99
el9_params:
0 commit comments