Skip to content

Commit

Permalink
adjust booleans (ansible-collections#1420)
Browse files Browse the repository at this point in the history
adjust booleans: use true/false

Depends-On: ansible-collections#1423
SUMMARY
ansible-community/community-topics#116
ISSUE TYPE

Docs Pull Request

Reviewed-by: Mark Chappell <None>
Reviewed-by: Alina Buzachis <None>

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@cb9716e
  • Loading branch information
markuman authored and goneri committed Sep 21, 2022
1 parent 2361670 commit e49c137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/route53.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
type: A
ttl: 7200
value: 1.1.1.1,2.2.2.2,3.3.3.3
wait: yes
wait: true
- name: Update new.foo.com as an A record with a list of 3 IPs and wait until the changes have been replicated
community.aws.route53:
state: present
Expand All @@ -268,7 +268,7 @@
- 1.1.1.1
- 2.2.2.2
- 3.3.3.3
wait: yes
wait: true
- name: Retrieve the details for new.foo.com
community.aws.route53:
state: get
Expand Down

0 comments on commit e49c137

Please sign in to comment.