commit | f3f63989b214bd27e48efa9f15ee120a3aed8ba5 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Sat Apr 01 22:26:13 2017 -0400 |
committer | Carlos Frias <friasc@google.com> | Sat Apr 01 22:26:13 2017 -0400 |
tree | 2beabf1e64da62b26c5f9a0c15b9c1805167446a | |
parent | c6ce844dddd91eb8542f6166457cd4f0f683b6dd [diff] |
updated to use command instead of shell
diff --git a/tasks/main.yml b/tasks/main.yml index 5ea11e2..d7b024c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -140,7 +140,7 @@ - name: Remove logs file: - path: "{{ item }}" + path: "{{ item.path }}" state: absent with_items: "{{ tmp_log_files.files }}"