Merge pull request #1018 from smiller171/devel
describe choices in alias documentation
This commit is contained in:
commit
bbf2ec2501
1 changed files with 2 additions and 1 deletions
|
@ -61,6 +61,7 @@ options:
|
|||
version_added: 1.9
|
||||
default: False
|
||||
aliases: []
|
||||
choices: [ 'True', 'False' ]
|
||||
alias_hosted_zone_id:
|
||||
description:
|
||||
- The hosted zone identifier.
|
||||
|
@ -153,7 +154,7 @@ EXAMPLES = '''
|
|||
record=elb.foo.com
|
||||
type=A
|
||||
value="{{ elb_dns_name }}"
|
||||
alias=yes
|
||||
alias=True
|
||||
alias_hosted_zone_id="{{ elb_zone_id }}"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue