On 28.04.16 10:15 Florian Lüttgens wrote:

>     - name: Create MySQL Database User
>       mysql_user: name={{ item.value.projekt | lower }}_{{ item.key }}_{{ 
> stage }} password={{ item.value.password }} host=localhost login_host={{ 
> ansible.fqdn }} priv=*.*:ALL state=present
>       with_dict: "{{webpaket}}"

Don't you need to quote all the variables?

... name: "{{ item.value.projekt | lower }}_{{ item.key }}_{{
> stage }}" ...

Johannes

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/57282FAF.50002%40ojkastl.de.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to