mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
* improve ec2_vpc_route_table documentation * make pep8
This commit is contained in:
parent
3aef028d42
commit
5e67f86586
1 changed files with 16 additions and 15 deletions
|
@ -31,7 +31,8 @@ options:
|
|||
description:
|
||||
- "Look up route table by either tags or by route table ID. Non-unique tag lookup will fail.
|
||||
If no tags are specifed then no lookup for an existing route table is performed and a new
|
||||
route table will be created. To change tags of a route table, you must look up by id."
|
||||
route table will be created. To change tags of a route table or delete a route table,
|
||||
you must look up by id."
|
||||
required: false
|
||||
default: tag
|
||||
choices: [ 'tag', 'id' ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue