Re: [ansible-devel] Set fact based on particular condition of list variable not working

2018-03-23 Thread Brian Coca
You dont need moustaches in conditionals: when: builds[item] == pkgversion -- -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[ansible-devel] Set fact based on particular condition of list variable not working

2018-03-23 Thread Mohammed Yasar Akthar
I have vars file as below --- builds: - 10350.0.0 - 10351.0.0 - 10352.0.0 - 10360.0.0 - 10361.0.0 - 10362.0.0 - 10363.0.0 - 10364.0.0 - 10365.0.0 - 10366.0.0 - 10367.0.0 - 10368.0.0 - 10370.0.0 - 10371.0.0 - 10372.0.0 - 10380.0.0 - 10381.0.0 - 10382.0.0 - 10383.0.0 - 10384.0.