Closed cuotos closed 3 years ago
i solved by own issue with
- when:
- equal:
<option name>:
- all
- option1
command: echo hi
ill try and create a PR to clarify in documentation
Going to close this since it looks resolved. Feel free to re-open or open a new one if you run into any other issues.
my task has a list of options, I want to run the task if either of two are provided. It doesn't appear to be possible to add multiple "equal" checks to a single When statement.
The documented example covers "if
os
AND/OR an option isequal
, but not a case of multipleequal
s.Is these another way this can be done?