Replies: 1 comment
-
Hello This should work : requires:
vars:
- name: ENV
enum: [ beta, prod ]
- name: VAR2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I see that we can make some vars to be required for a task.
I see :
or
but i don't see anything about combining those together. Something like:
The goal here is that the task requires two variables, one that we can validate agains an ENUM, and one that we can not.
Is there any way to achieve this ?
Beta Was this translation helpful? Give feedback.
All reactions