mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-30 04:00:21 -07:00
rabbitmq_binding - Update requirements to show minimum version of requests (#2787)
This commit is contained in:
parent
f7c732ad34
commit
d4d83fea2c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ version_added: "2.0"
|
||||||
short_description: This module manages rabbitMQ bindings
|
short_description: This module manages rabbitMQ bindings
|
||||||
description:
|
description:
|
||||||
- This module uses rabbitMQ Rest API to create/delete bindings
|
- This module uses rabbitMQ Rest API to create/delete bindings
|
||||||
requirements: [ python requests ]
|
requirements: [ "requests >= 1.0.0" ]
|
||||||
options:
|
options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue