Merge "Changing bash executable"

This commit is contained in:
Zuul 2021-01-07 00:08:48 +00:00 committed by Gerrit Code Review
commit 0b5f5f9593
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
warn: false
args:
chdir: /var/log/extra
executable: /usr/bin/bash
executable: /bin/bash
changed_when: false
when: item.when | default(true)
loop: "{{ artcl_commands_flatten.data }}"