diff --git a/plugins/modules/route53.py b/plugins/modules/route53.py index db97197ec6b..620d1833b98 100644 --- a/plugins/modules/route53.py +++ b/plugins/modules/route53.py @@ -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 @@ -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