diff options
Diffstat (limited to 'ansible_collections/community/general/plugins/callback/say.py')
-rw-r--r-- | ansible_collections/community/general/plugins/callback/say.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ansible_collections/community/general/plugins/callback/say.py b/ansible_collections/community/general/plugins/callback/say.py index 005725a22..9d96ad74d 100644 --- a/ansible_collections/community/general/plugins/callback/say.py +++ b/ansible_collections/community/general/plugins/callback/say.py @@ -18,8 +18,6 @@ DOCUMENTATION = ''' short_description: notify using software speech synthesizer description: - This plugin will use the C(say) or C(espeak) program to "speak" about play events. - notes: - - In Ansible 2.8, this callback has been renamed from C(osx_say) into M(community.general.say). ''' import platform |