Good Morning Everyone!!

running into a difference of opinion between some coworkers, and I was
brought in to offer my opinion as SME.

Basically there are two different "when" statements that are being used...
What I am wondering is, what's the difference between them other than maybe
readability/syntax....  I can't seem to find what I am looking for when I
do a search....

Case 1:

 when: >
    (
      ( condition 1 ) and
      ( condition 2 )
    )

Case 2:

when:
   - condition 1
   - condition 2


Any guidance you have about when you would use one method over the other
would definitely help me out.  Thanks!!

--John

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAPAjob-T_GR8JJVim1h0uyj-Jb9NWE6JiJ7jPxOs7sQVYEqQrg%40mail.gmail.com.

Reply via email to