Add .gz extension to logs archive

This commit adds .gz extension to the compressed log directory.

Change-Id: Ic972eac9720c1e96e114c92bbf2e53611b710350
This commit is contained in:
Sai Sindhur Malleni 2018-07-30 10:26:25 +05:30
parent a8892ecc55
commit 248007c43a
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@
fetch:
src: /home/{{host_remote_user}}/{{ansible_hostname}}.gz
dest:
/home/{{browbeat_user}}/logs/{{inventory_hostname}}-{{ansible_date_time.epoch}}
/home/{{browbeat_user}}/logs/{{inventory_hostname}}-{{ansible_date_time.epoch}}.gz
flat: yes