community.general/lib/ansible/modules/messaging/rabbitmq
fdeschamps faed1bbd96 ignore empty lines in rabbitmqctl output (#43722)
* ignore empty lines in rabbitmqctl output

this fixes a bug with rabbitmq 3.7.5
rabbitmqctl can return empty lines, breaking the rabbitmq_parameter module
especially in a new vhost, the command rabbitmqctl list_parameters -q -p <vhost> will return an empty line

* Strip empty line in rabbitmqctl output
2018-11-29 13:55:05 +00:00
..
__init__.py BOTMETA: Move rabbitmq modules to own directory (#46064) 2018-10-30 14:54:38 -05:00
rabbitmq_binding.py BOTMETA: Move rabbitmq modules to own directory (#46064) 2018-10-30 14:54:38 -05:00
rabbitmq_exchange.py BOTMETA: Move rabbitmq modules to own directory (#46064) 2018-10-30 14:54:38 -05:00
rabbitmq_global_parameter.py Added short description and moved to rabbitmq subfolder (#48566) 2018-11-12 15:34:34 +00:00
rabbitmq_parameter.py ignore empty lines in rabbitmqctl output (#43722) 2018-11-29 13:55:05 +00:00
rabbitmq_plugin.py BOTMETA: Move rabbitmq modules to own directory (#46064) 2018-10-30 14:54:38 -05:00
rabbitmq_policy.py BOTMETA: Move rabbitmq modules to own directory (#46064) 2018-10-30 14:54:38 -05:00
rabbitmq_queue.py BOTMETA: Move rabbitmq modules to own directory (#46064) 2018-10-30 14:54:38 -05:00
rabbitmq_user.py BOTMETA: Move rabbitmq modules to own directory (#46064) 2018-10-30 14:54:38 -05:00
rabbitmq_vhost.py BOTMETA: Move rabbitmq modules to own directory (#46064) 2018-10-30 14:54:38 -05:00