From e07949848578056d164f327c21ca6e38baa813bd Mon Sep 17 00:00:00 2001 From: Sloane Hertel Date: Mon, 19 Jun 2017 15:16:58 -0400 Subject: [PATCH] [cloud] document route53 state choices added in 2.4 (#25866) --- lib/ansible/modules/cloud/amazon/route53.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/route53.py b/lib/ansible/modules/cloud/amazon/route53.py index 12f096edb1..8055f211d5 100644 --- a/lib/ansible/modules/cloud/amazon/route53.py +++ b/lib/ansible/modules/cloud/amazon/route53.py @@ -30,7 +30,7 @@ options: state: description: - Specifies the state of the resource record. As of Ansible 2.4, the I(command) option has been changed - to I(state) as default, but I(command) still works as well. + to I(state) as default and the choices 'present' and 'absent' have been added, but I(command) still works as well. required: true aliases: [ 'command' ] choices: [ 'present', 'absent', 'get', 'create', 'delete' ]