DOCUMENTATION fixes for a few modules
This commit is contained in:
parent
66a59bbf2c
commit
7df0aff7dd
3 changed files with 3 additions and 4 deletions
|
@ -29,8 +29,7 @@ options:
|
||||||
domain_name:
|
domain_name:
|
||||||
description:
|
description:
|
||||||
- The domain name to set in the DHCP option sets
|
- The domain name to set in the DHCP option sets
|
||||||
required:
|
required: false
|
||||||
- false
|
|
||||||
default: ""
|
default: ""
|
||||||
dns_servers:
|
dns_servers:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -31,7 +31,7 @@ description:
|
||||||
- Suitable for use with registry files created using M(win_template).
|
- 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.
|
- 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).
|
- 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)
|
- See also M(win_template), M(win_regedit)
|
||||||
options:
|
options:
|
||||||
path:
|
path:
|
||||||
|
|
|
@ -31,7 +31,7 @@ description:
|
||||||
options:
|
options:
|
||||||
timezone:
|
timezone:
|
||||||
description:
|
description:
|
||||||
- Timezone to set to. Example: Central Standard Time
|
- Timezone to set to. Example Central Standard Time
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
|
|
Loading…
Reference in a new issue