commit | b89dda55b1091f2de4a60aeadfc33de375a53548 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Oct 25 12:33:17 2017 -0400 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Oct 25 12:33:17 2017 -0400 |
tree | 9e81cdcc2e42bb714c4be3c1cdeb6b1187efb8cc | |
parent | 55c99cd9cf7f09b1bf7dc0b6b0e8f51263e3fd24 [diff] |
updated logic
diff --git a/tasks/main.yml b/tasks/main.yml index b39f078..f79a183 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -137,4 +137,4 @@ state: absent with_items: "{{ tmp_log.files }}" - when: clear_logs is defined and clear_logs | bool == True \ No newline at end of file + when: clear_logs is defined and clear_logs \ No newline at end of file