Shippable: community/general (#12)

* Shippable: community/general
This commit is contained in:
John R Barker 2020-03-17 08:59:17 +00:00 committed by GitHub
commit 1f06a02043
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 86 additions and 58 deletions

View file

@ -2,7 +2,7 @@
set -eux
export ANSIBLE_CALLBACK_WHITELIST="log_plays,${ANSIBLE_CALLBACK_WHITELIST:-}"
export ANSIBLE_CALLBACK_WHITELIST="community.general.log_plays,${ANSIBLE_CALLBACK_WHITELIST:-}"
# run play, should create log and dir if needed
export ANSIBLE_LOG_FOLDER="logit"