Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support hidden variables without user prompt/input #1205

Closed
lhupfeldt opened this issue Jun 18, 2023 · 1 comment · Fixed by #1220
Closed

Support hidden variables without user prompt/input #1205

lhupfeldt opened this issue Jun 18, 2023 · 1 comment · Fixed by #1220

Comments

@lhupfeldt
Copy link

lhupfeldt commented Jun 18, 2023

Actual Situation

In version 7 you could use when: false to set temporary variables without prompting the user. This feature is not available i version 8, see #1175.

Desired Situation

Functionality similar to when: false is restored

Proposed solution

Introduce a new flag e.g. hidden: true
There must be a default value set in config.
Values will not be stored so will always be calculated based on static or Jinja template defaults.

@sisp
Copy link
Member

sisp commented Jun 18, 2023

What do you think about #1203?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants