Skip to content

Commit

Permalink
FIX: don't ensure 0 return code
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoPlays authored Jun 12, 2024
1 parent c7cff52 commit eebabcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
service_configuration_text: "{{ service_configuration_raw['content'] | b64decode }}"

- name: Check if service_configuration.id is in any of the filtered_files
shell: "grep -lq '{{ service_configuration.id }}' {{ item }} || true"
shell: "grep -lq '{{ service_configuration.id }}' {{ item }}"
loop: "{{ filtered_files }}"
ignore_errors: true
register: grep_result
Expand Down

0 comments on commit eebabcc

Please sign in to comment.