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
rework some of ansible's inner templating #72419
base: devel
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
- vars is now a template object that is autosolvable also 'fixes' vars['varname'] not being templated. - avoid full vars dict copy now for every get_vars call. - moved to use common object for hostvarsvars as for vars.
also added comment to autovars init
The test
The test
The test
The test
The test
The test
The test
|
also 'fixes' vars['varname'] not being templated.
related #72829
ISSUE TYPE
COMPONENT NAME
vars