DOCUMENTATION fixes for a few modules
This commit is contained in:
parent
e3cffb0de4
commit
27be34ef9d
3 changed files with 3 additions and 4 deletions
|
@ -29,8 +29,7 @@ options:
|
|||
domain_name:
|
||||
description:
|
||||
- The domain name to set in the DHCP option sets
|
||||
required:
|
||||
- false
|
||||
required: false
|
||||
default: ""
|
||||
dns_servers:
|
||||
description:
|
||||
|
|
|
@ -31,7 +31,7 @@ description:
|
|||
- Suitable for use with registry files created using M(win_template).
|
||||
- Windows registry files have a specific format and must be constructed correctly with carriage return and line feed line endings otherwise they will not be merged.
|
||||
- Exported registry files often start with a Byte Order Mark which must be removed if the file is to templated using M(win_template).
|
||||
- Registry file format is described here: https://support.microsoft.com/en-us/kb/310516
|
||||
- Registry file format is described at U(https://support.microsoft.com/en-us/kb/310516)
|
||||
- See also M(win_template), M(win_regedit)
|
||||
options:
|
||||
path:
|
||||
|
|
|
@ -31,7 +31,7 @@ description:
|
|||
options:
|
||||
timezone:
|
||||
description:
|
||||
- Timezone to set to. Example: Central Standard Time
|
||||
- Timezone to set to. Example Central Standard Time
|
||||
required: true
|
||||
default: null
|
||||
aliases: []
|
||||
|
|
Loading…
Reference in a new issue