项目作者: ish-xyz

项目描述 :
Ansible callback plugin without skip tasks
高级语言: Python
项目地址: git://github.com/ish-xyz/noskip_ansible_callback.git
创建时间: 2017-08-24T17:58:48Z
项目社区:https://github.com/ish-xyz/noskip_ansible_callback

开源协议:

下载


Ansible callback plugin to avoid skip tasks on stdout

Import the file in:

/usr/lib/python2.7/site-packages/ansible/plugins/callback/noskip.py

Insert in your ansible.cfg the following line:

stdout_callback = noskip

And enjoy!