community.general/lib/ansible/modules
Jon Bergli Heier 12c37802e8 rabbitmq_binding: Fix using empty routing key (#48597)
* rabbitmq_binding: Fix using empty routing key

If the routing key is an empty string we need to use the special props
value ~ in the URL. Otherwise the last part of the URL will be empty,
which will instead be equivalent to the "list all bindings" API call
which always returns 200 OK (as long as the exchange and queue exists).

* rabbitmq_binding: Move routing_key test outside format

Test the routing_key value and set the props value outside the format
call. We leave the original routing_key untouched since its original
value is later needed in create().
2018-12-19 08:30:41 -05:00
..
cloud fixed crash in facts (#50120) 2018-12-18 22:01:45 -05:00
clustering Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
commands Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
crypto Fix return types 2018-12-18 15:14:08 -08:00
database Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
files Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
identity Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
inventory Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
messaging rabbitmq_binding: Fix using empty routing key (#48597) 2018-12-19 08:30:41 -05:00
monitoring Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
net_tools Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
network Pluribus Networks dhcp filter module with unit tests (#49848) 2018-12-19 17:16:25 +05:30
notification Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
packaging Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
remote_management Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
source_control Update git.py (#50139) 2018-12-19 12:11:50 +01:00
storage Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
system Fix typo: or -> on (#50123) 2018-12-19 12:12:52 +01:00
utilities Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
web_infrastructure Added organization in the scm_credential get (#49884) 2018-12-19 12:01:12 +00:00
windows win_copy - fix remote dir copy when it contains an empty dir (#50126) 2018-12-19 14:55:09 +10:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00