commit | 81de71901b71a92ec2bd0069525ba93c06da88a3 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Sat Apr 01 21:55:53 2017 -0400 |
committer | Carlos Frias <friasc@google.com> | Sat Apr 01 21:55:53 2017 -0400 |
tree | a5f026900004b14682bdb4231e6a142eed7ce935 | |
parent | f9c96723c24023ee430d5ba5a628da71a0186a47 [diff] |
updated to use command instead of shell
diff --git a/tasks/main.yml b/tasks/main.yml index c2cb9de..78f01e7 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -141,6 +141,6 @@ file: path: "{{ item }}" state: absent - with_items: tmp_log_files.files + with_items: "{{ tmp_log_files.files }}" when: clear_logs is defined and clear_logs | bool == True \ No newline at end of file