Skip to content

Commit

Permalink
Update readme with stdout plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Sep 15, 2017
1 parent 9b43e5b commit 9e1c540
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9e1c540

Please sign in to comment.