You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation, it says that the schema[vars] matches the patterns vars/*.yml and default/*.yml. In fact, due to 73b183b, it matches vars/**/*.yml as well. This means that in return I'm not able to name a role vars, because now the schema[vars] also matches vars/tasks/main.yml. Also, this pattern is not documented, which should be fixed. What do you think?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In the documentation, it says that the schema[vars] matches the patterns
vars/*.yml
anddefault/*.yml
. In fact, due to 73b183b, it matchesvars/**/*.yml
as well. This means that in return I'm not able to name a rolevars
, because now the schema[vars] also matchesvars/tasks/main.yml
. Also, this pattern is not documented, which should be fixed. What do you think?Beta Was this translation helpful? Give feedback.
All reactions