mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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(get) is typically used for querying objects.
|
||||
- Using C(post) is typically used for modifying objects.
|
||||
required: yes
|
||||
default: get
|
||||
choices: [ delete, get, post ]
|
||||
aliases: [ action ]
|
||||
|
|
Loading…
Reference in a new issue