Backport/2.8/56912 (#57161)
* Update rabbitmq_queue.py (#56912)
change description for when `state=absent`
(cherry picked from commit 00067c8d54
)
* Add changelog fragment for PR 56912
This commit is contained in:
parent
4591f36dcd
commit
f79af725fc
2 changed files with 3 additions and 1 deletions
2
changelogs/fragments/56912-update-rabbitmq_queue.yaml
Normal file
2
changelogs/fragments/56912-update-rabbitmq_queue.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- rabbitmq_queue - corrected name field description
|
|
@ -26,7 +26,7 @@ requirements: [ "requests >= 1.0.0" ]
|
|||
options:
|
||||
name:
|
||||
description:
|
||||
- Name of the queue to create
|
||||
- Name of the queue
|
||||
required: true
|
||||
state:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue