Hi all,
May I know what does the below filter does in ansible?
b: “{{ a | b.stdout_lines | select(search, ^ + (someregex) + ’ )'|map(‘regex_replace’, ‘.*’) | list }}”
Hi all,
May I know what does the below filter does in ansible?
b: “{{ a | b.stdout_lines | select(search, ^ + (someregex) + ’ )'|map(‘regex_replace’, ‘.*’) | list }}”