mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 12:51:25 -07:00
Parameter method is not required (#36816)
This commit is contained in:
parent
ac1698099d
commit
68b39f7a84
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ options:
|
||||||
- Using C(delete) is typically used for deleting objects.
|
- Using C(delete) is typically used for deleting objects.
|
||||||
- Using C(get) is typically used for querying objects.
|
- Using C(get) is typically used for querying objects.
|
||||||
- Using C(post) is typically used for modifying objects.
|
- Using C(post) is typically used for modifying objects.
|
||||||
required: yes
|
|
||||||
default: get
|
default: get
|
||||||
choices: [ delete, get, post ]
|
choices: [ delete, get, post ]
|
||||||
aliases: [ action ]
|
aliases: [ action ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue