mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Merge branch 'nocows' of git://github.com/jpmens/ansible into devel
Conflicts: lib/ansible/callbacks.py lib/ansible/constants.py
This commit is contained in:
commit
b8fdcff524
3 changed files with 9 additions and 2 deletions
|
@ -34,6 +34,8 @@ if constants.DEFAULT_LOG_PATH != '':
|
|||
callback_plugins = [x for x in utils.plugins.callback_loader.all()]
|
||||
|
||||
def get_cowsay_info():
|
||||
if constants.ANSIBLE_NOCOWS is not None:
|
||||
return (None, None)
|
||||
cowsay = None
|
||||
if os.getenv("ANSIBLE_NOCOWS") is not None:
|
||||
cowsay = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue