mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Removed leftovers from testing the module
This commit is contained in:
@@ -167,9 +167,6 @@ def main():
|
|||||||
):
|
):
|
||||||
module.fail_json(
|
module.fail_json(
|
||||||
msg = "RabbitMQ RESTAPI doesn't support attribute changes for existing queues",
|
msg = "RabbitMQ RESTAPI doesn't support attribute changes for existing queues",
|
||||||
details = "XPTO",
|
|
||||||
src = json.dumps(response['arguments']),
|
|
||||||
dest = json.dumps(module.params)
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user