Not for cow lovers: optionally disable cowsay

spaces now cow-compatible
pull/1246/head
Jan-Piet Mens 12 years ago
parent a1c23af6fc
commit 051f66cf16

@ -32,6 +32,8 @@ if os.path.exists("/usr/bin/cowsay"):
cowsay = "/usr/bin/cowsay"
elif os.path.exists("/usr/games/cowsay"):
cowsay = "/usr/games/cowsay"
if os.getenv("ANSIBLE_NOCOWS") is not None:
cowsay = None
def call_callback_module(method_name, *args, **kwargs):

Loading…
Cancel
Save