-
Notifications
You must be signed in to change notification settings - Fork 24k
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.
cff8d23
to
6f2f190
Compare
The test
The test
The test
The test
The test
The test
The test
|
- 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
b21d8e9
to
c3bd068
Compare
The test
|
also 'fixes' vars['varname'] not being templated.
related #72829
ISSUE TYPE
COMPONENT NAME
vars