From db4f7888726673d0771abde997596fd472df2bc0 Mon Sep 17 00:00:00 2001 From: Watson Sato Date: Thu, 19 Aug 2021 14:54:57 +0200 Subject: [PATCH] Fix typo in title task --- shared/macros-ansible.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/macros-ansible.jinja b/shared/macros-ansible.jinja index 6c9c53a07dbd..ed3881d054ca 100644 --- a/shared/macros-ansible.jinja +++ b/shared/macros-ansible.jinja @@ -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