The following playbook does not work properly - the action is always
executed, why is that?
---
- hosts: *
vars:
x: 5
y: 7
is_false1: x>y
is_false2: x>y
tasks:
- name: either is true
shell: echo either is true
when: is_false1 or is_false2
>
>
--
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/2ee6e2c4-a02d-4ea7-8c2b-f55f843de572%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.