Difference between vars_files and include_vars:
here- vars_files are read when the play starts. include_vars are read when the play reaches the task
- include_vars have higher priority than vars_files so, it can be used to override default configuration(vars).
vars ansible docs: here
0 Comments