Skip to content

Commit

Permalink
docs - Remove references to old (unsupported) versions of Ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble authored and goneri committed Sep 21, 2022
1 parent bf2ca23 commit 6cf0fbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/modules/route53.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,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 and the choices C(present) and C(absent) have been added, but I(command) still works as well.
- Specifies the state of the resource record.
required: true
aliases: [ 'command' ]
choices: [ 'present', 'absent', 'get', 'create', 'delete' ]
Expand Down

0 comments on commit 6cf0fbd

Please sign in to comment.