Hi all,I'm now to ansible 

I have host variable

locked_domains:

and I'm trying to append values to it from task

- set_fact: locked_domains="{{ locked_domains + item.ID }}"
  with_items: "{{ domains.json }}"


Can anyone help?

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/dc4428bc-d1d0-4698-8e5b-a9bfe463d263%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to