[ansible-project] Variables with quotes

2018-04-13 Thread Shaun Lim
Hi all, I'm new to Ansible and am trying to use some variables with quotes. The command I'm trying to run is as follows: rabbitmqctl set_permissions -p /vhost username ".*" ".*" ".*" To do this, I'm trying to use the command module. If I include the command exactly as above, the command runs

[ansible-project] Re: Variables with quotes

2018-04-14 Thread Shaun Lim
April 2018 15:05:09 UTC+10, Larry Smith wrote: > > Try to use the Ansible rabbitmq_user module as this will be much easier to > accomplish your needs. > > http://docs.ansible.com/ansible/latest/modules/rabbitmq_user_module.html > > On Friday, April 13, 2018 at 9:48:15 AM U