htmlify: don't log

Don't log the complete stat output of every file we htmlify, it's
boring.

Change-Id: I72e6b6234361430a3a7a67f1235c797be4c0059e
This commit is contained in:
James E. Blair 2018-08-20 13:00:18 -07:00
parent 6a3d373b30
commit 74b5e0a1b3
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@
input: "{{ item.path }}"
output: "{{ item.path | regex_replace('\\.txt', '.html') }}"
loop: "{{ htmlify_files.files }}"
no_log: true