Skip to content

Commit

Permalink
Fix typo in title task
Browse files Browse the repository at this point in the history
  • Loading branch information
yuumasato committed Aug 19, 2021
1 parent 181a0f9 commit db4f788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/macros-ansible.jinja
Expand Up @@ -431,7 +431,7 @@ The macro requires following parameters:
set_fact: syscalls_per_file="{{ syscalls_per_file | combine( {item.files[0].path :[item.item] + syscalls_per_file.get(item.files[0].path, []) } ) }}"
loop: "{{ find_command.results | selectattr('matched') | list}}"

- name: Declare files where syscalls where found
- name: Declare files where syscalls were found
set_fact: found_paths="{{ find_command.results | map(attribute='files') | flatten | map(attribute='path') | list }}"

- name: Count occurrences of syscalls in paths
Expand Down

0 comments on commit db4f788

Please sign in to comment.