Merge "Stop double compressing pdns logs"

This commit is contained in:
Zuul 2022-05-12 19:00:02 +00:00 committed by Gerrit Code Review
commit cc8f5a5ede
1 changed files with 1 additions and 1 deletions

View File

@ -35,4 +35,4 @@
become: true
shell:
cmd: |
journalctl -o short-precise --unit pdns | gzip - > {{ stage_dir }}/logs/pdns.txt.gz
journalctl -o short-precise --unit pdns > {{ stage_dir }}/logs/pdns.txt.gz