Skip to content

Commit 6db1314

Browse files
committed
refactor: disable ansible-lint invalid jinja error
Not really invalid see ansible/ansible-lint#4702 Signed-off-by: Rich Megginson <[email protected]>
1 parent 1c0009b commit 6db1314

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292

9393
- name: Set active_profile
9494
set_fact:
95+
# not really invalid - see https://github.com/ansible/ansible-lint/issues/4702
96+
# noqa jinja[invalid]
9597
__kernel_settings_active_profile: "{{ __cur_profile
9698
if __kernel_settings_tuned_profile in __cur_profile
9799
else __cur_profile ~ ' ' ~ __kernel_settings_tuned_profile }}"

0 commit comments

Comments
 (0)