Skip to content

Commit

Permalink
FIX: Filter
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoPlays committed Jun 11, 2024
1 parent 68de627 commit 8c0c396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

- name: Check if service_configuration.id is in any of the filtered_files
set_fact:
id_in_filtered_files: "{{ filtered_files | map('lookup', 'file') | join(' ') | search(service_configuration.id) }}"
id_in_filtered_files: "{{ filtered_files | map('lookup', 'file') | join(' ') | regex_search(service_configuration.id) }}"

- name: Adjust Teku Config if charon service connected to it
lineinfile:
Expand Down

0 comments on commit 8c0c396

Please sign in to comment.