Hi All,

Say I have the following facts for a server (relevant parts):

ansibletest | success >> {
    "ansible_facts": {
          "ansible_em1": {
             "module": "bnx2",
         },
         "ansible_em2": {
             "module": "tg2",
         },
         "ansible_em3": {
             "module": "bnx2",
         }
    }
}

Say I only want to run a task *once and only once* IF at least one
interface is running the module "bnx2". How would you do it?

GS

-- 
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to