From 9e1c54009e9dc2df47dd88d1e2e36e0b65293116 Mon Sep 17 00:00:00 2001 From: Jose Riguera Date: Fri, 15 Sep 2017 19:53:26 +0200 Subject: [PATCH] Update readme with stdout plugin --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a09dea0..9202d02 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,9 @@ This is [Ansible](https://www.ansible.com) resource for [Concourse](http://concourse.ci) to be able to execute Ansible playbooks from concourse. -This a pure Python implementation using the Ansible API. It does not use the binary commands. +This a pure Python implementation using the Ansible API. It does not use the binary commands +and it defines an output plugin to send the ansible execution logs to stderr as it is +required by concourse (see `ansible/callbacks/concourse.py`). The ansible default configuration (in `/etc/ansible`) is defined in `ansible` folder.