Re: [ansible-project] Using composite "when:" in Ansible 1.2.2

2013-11-26 Thread Jean Paul Manjarres Correal
Thanks Michael!, Thank you for your quick response and your advice. In 1.2.2 I had to write like this: when: IS_MASTER == 'True' and pid_list.stdout != '' for some reason the variable wasn't working as a boolean. Anyways, I'll advice my boss to upgrade to Ansible 1.4. Thank you again, Ansibl

Re: [ansible-project] Using composite "when:" in Ansible 1.2.2

2013-11-26 Thread Michael DeHaan
Yeah, so 1.2.2 is two versions back. 1.3 and 1.4 have both released. In 1.3 and 1.4, you would write this statement as "when: 'IS_MASTER and pid_list.stdout != ""' as you would not need the dollar signs. I'd strongly recommend upgrading to 1.4 so you get the 4+ months of bugfixes and other impr

[ansible-project] Using composite "when:" in Ansible 1.2.2

2013-11-26 Thread Jean Paul Manjarres Correal
Hi, is it possible to use a composite "when" expression in Ansible 1.2.2? I've been trying to make a conditional task based on 2 conditions, one is a variable defined in the inventory file just for one machine, and the other one is the result of a shell module (check if the return value is not