List of questions
Related questions
Question 430 - DOP-C01 discussion
When specifying more than one conditional requirements for a task, what is the proper method?
A.
- when: foo == "hello" and bar == "world"
B.
- when: foo == "hello" - when: bar == "world"
C.
- when: foo == "hello" && bar == "world"
D.
- when: foo is "hello" and bar is "world"
Your answer:
0 comments
Sorted by
Leave a comment first