|
@ -86,7 +86,7 @@ |
|
|
with_items: "{{logs}}" |
|
|
with_items: "{{logs}}" |
|
|
|
|
|
|
|
|
- name: Pack results and logs |
|
|
- name: Pack results and logs |
|
|
local_action: shell GZIP=-9 tar --remove-files -cvzf {{dir|default(".")}}/logs.tar.gz -C /tmp collect-info |
|
|
|
|
|
|
|
|
local_action: raw GZIP=-9 tar --remove-files -cvzf {{dir|default(".")}}/logs.tar.gz -C /tmp collect-info |
|
|
run_once: true |
|
|
run_once: true |
|
|
|
|
|
|
|
|
- name: Clean up collected command outputs |
|
|
- name: Clean up collected command outputs |
|
|