mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Doc fix on route53_health_check.py. Fixed first example. Should be register instead of record.
This commit is contained in:
committed by
Matt Clay
parent
6f663fa7bf
commit
74a0665530
@@ -102,7 +102,7 @@ EXAMPLES = '''
|
||||
string_match: "Hello"
|
||||
request_interval: 10
|
||||
failure_threshold: 2
|
||||
record: my_health_check
|
||||
register: my_health_check
|
||||
|
||||
- route53:
|
||||
action: create
|
||||
|
||||
Reference in New Issue
Block a user