change OS X to macOS (#41294)

* change OS X to macOS

<!--- Your description here -->

+label: docsite_pr

* Update all Mac OS X references to be macOS

* Drop extra Mac
This commit is contained in:
Troy Murray 2018-06-26 14:09:23 -04:00 committed by Sam Doran
commit 15ce7c5bab
22 changed files with 45 additions and 45 deletions

View file

@ -11,7 +11,7 @@ DOCUMENTATION = '''
type: notification
requirements:
- whitelising in configuration
- the '/usr/bin/say' command line program (standard on OS X)
- the '/usr/bin/say' command line program (standard on macOS)
short_description: oneline Ansible screen output
version_added: historical
description:
@ -32,7 +32,7 @@ SAY_CMD = "/usr/bin/say"
class CallbackModule(CallbackBase):
"""
makes Ansible much more exciting on OS X.
makes Ansible much more exciting on macOS.
"""
CALLBACK_VERSION = 2.0
CALLBACK_TYPE = 'notification'