mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 01:44:03 -07:00
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:
parent
c0c20835ac
commit
15ce7c5bab
22 changed files with 45 additions and 45 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue