Let met clarify. This is my output.

ok: [localMulti1] => {
    "variable": {
        ...
        "stdout": "true",
        ...
    }
}
ok: [localMulti2] => {
    "variable": {
        ...
        "stdout": "false",
        ...
    }
}
ok: [localMulti3] => {
    "variable": {
        ...
        "stdout": "false",
        ...
    }
}

How can I configure ansible to perform only a task on the second node, 
where the stdout is false. Not the third node
Run_once will never work, because it will always run it on the second host.


-- 
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/11e083cf-bd38-4749-a319-25b4fec3fc57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to