minor docfixes

reviewable/pr18780/r1
Brian Coca 10 years ago
parent 4a2f93ca05
commit 8753b2cd20

@ -19,14 +19,14 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: osx_defaults module: osx_defaults
author: Franck Nijhof author: Franck Nijhof (@frenck)
short_description: osx_defaults allows users to read, write, and delete Mac OS X user defaults from Ansible short_description: osx_defaults allows users to read, write, and delete Mac OS X user defaults from Ansible
description: description:
- osx_defaults allows users to read, write, and delete Mac OS X user defaults from Ansible scripts. - osx_defaults allows users to read, write, and delete Mac OS X user defaults from Ansible scripts.
Mac OS X applications and other programs use the defaults system to record user preferences and other Mac OS X applications and other programs use the defaults system to record user preferences and other
information that must be maintained when the applications aren't running (such as default font for new information that must be maintained when the applications aren't running (such as default font for new
documents, or the position of an Info panel). documents, or the position of an Info panel).
version_added: 1.8 version_added: "2.0"
options: options:
domain: domain:
description: description:
@ -47,7 +47,7 @@ options:
description: description:
- Add new elements to the array for a key which has an array as its value. - Add new elements to the array for a key which has an array as its value.
required: false required: false
default: string default: false
choices: [ "true", "false" ] choices: [ "true", "false" ]
value: value:
description: description:

Loading…
Cancel
Save