Merge "Run commands in /var/log/extra"

This commit is contained in:
Zuul 2020-09-24 20:55:08 +00:00 committed by Gerrit Code Review
commit 6de3e6ae7e
1 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,9 @@
{# do not put anything after the command #}
{{ item.cmd }}
warn: false
executable: bash
args:
chdir: /var/log/extra
executable: /usr/bin/bash
changed_when: false
when: item.when | default(true)
loop: "{{ artcl_commands_flatten.data }}"