mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix a comment
This commit is contained in:
parent
5c2bad90c9
commit
8a9b8a727b
1 changed files with 1 additions and 6 deletions
|
@ -27,13 +27,8 @@ def say(msg, voice):
|
|||
subprocess.call(["/usr/bin/say", msg, "--voice=%s" % (voice)])
|
||||
|
||||
class CallbackModule(object):
|
||||
|
||||
"""
|
||||
this is an example ansible callback file that does nothing. You can drop
|
||||
other classes in the same directory to define your own handlers. Methods
|
||||
you do not use can be omitted.
|
||||
|
||||
example uses include: logging, emailing, storing info, etc
|
||||
makes Ansible much more exciting on OS X.
|
||||
"""
|
||||
|
||||
def on_any(self, *args, **kwargs):
|
||||
|
|
Loading…
Reference in a new issue