darknao / fedora-infra / ansible

Forked from fedora-infra/ansible 4 years ago
Clone

e06b46d rabbitmq_cluster: write the param value as a json string

Authored and Committed by jcline 5 years ago
    rabbitmq_cluster: write the param value as a json string
    
    If a YAML dictionary is used, this gets turned into a string before
    being handed to the rabbitmq_parameter module. The problem is it uses
    single quotes instead of double quotes, so when the module attempts to
    JSON-deserialize it, it explodes.