Re: [ansible-project] Hipchat module not compatible with hipchat API v2?

2015-12-03 Thread wanna know
Do you have an example of your hipchat playbook? -- 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

[ansible-project] issue with with_items

2015-09-21 Thread wanna know
hi all, i'm new to ansible... i 'm having issues with looping with this set of data with with_items ok: [host1] => {"ansible_facts": {"foo": "[u'app1 app2', u'app1,app2']"}} ok: [host2] => {"ansible_facts": {"foo": "[u'app1 app2', u'app1 app2']"}} ok: [host3] => {"ansible_facts": {"foo": "[u'a

[ansible-project] new to ansible

2015-09-21 Thread wanna know
hi all, i ' m new to ansible, i wanted to know how could i loop thru the following set of data. tried with_items but i had no luck so far. ok: [HOST] => {"ansible_facts": {"foo": "[u'home instance', u'home instance']"}} ok: [HOST] => {"ansible_facts": {"foo": "[u'home instance']"}} # - deb