diff --git a/lib/ansible/modules/cloud/amazon/route53.py b/lib/ansible/modules/cloud/amazon/route53.py index 94e9c71e068..2cea5878868 100644 --- a/lib/ansible/modules/cloud/amazon/route53.py +++ b/lib/ansible/modules/cloud/amazon/route53.py @@ -29,7 +29,8 @@ description: options: state: description: - - Specifies the state of the resource record. + - 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. required: true aliases: [ 'command' ] choices: [ 'present', 'absent', 'get', 'create', 'delete' ]