mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Improve error message
This commit is contained in:
committed by
Matt Clay
parent
c42b8b4ad7
commit
5a134d406b
@@ -72,7 +72,8 @@ class RabbitMqPlugins(object):
|
|||||||
bin_path = os.path.join(module.params['prefix'], 'sbin')
|
bin_path = os.path.join(module.params['prefix'], 'sbin')
|
||||||
else:
|
else:
|
||||||
# No such path exists.
|
# No such path exists.
|
||||||
raise Exception("No binary folder in RabbitMQ prefix")
|
raise Exception("No binary folder in prefix %s" %
|
||||||
|
module.params['prefix'])
|
||||||
|
|
||||||
self._rabbitmq_plugins = bin_path + "/rabbitmq-plugins"
|
self._rabbitmq_plugins = bin_path + "/rabbitmq-plugins"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user