mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
describe choices in alias documentation
This commit is contained in:
@@ -61,6 +61,7 @@ options:
|
|||||||
version_added: 1.9
|
version_added: 1.9
|
||||||
default: False
|
default: False
|
||||||
aliases: []
|
aliases: []
|
||||||
|
choices: [ 'True', 'False' ]
|
||||||
alias_hosted_zone_id:
|
alias_hosted_zone_id:
|
||||||
description:
|
description:
|
||||||
- The hosted zone identifier.
|
- The hosted zone identifier.
|
||||||
@@ -153,7 +154,7 @@ EXAMPLES = '''
|
|||||||
record=elb.foo.com
|
record=elb.foo.com
|
||||||
type=A
|
type=A
|
||||||
value="{{ elb_dns_name }}"
|
value="{{ elb_dns_name }}"
|
||||||
alias=yes
|
alias=True
|
||||||
alias_hosted_zone_id="{{ elb_zone_id }}"
|
alias_hosted_zone_id="{{ elb_zone_id }}"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user