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
We can put below task into main.yml to see whether it can improve.
ansible.builtin.include_vars:
file: "{{ testing_vars_file | default('../vars/test.yml') }}"
ISSUE TYPE
Feature Idea
ENVIRONMENT / OS
Linux/Windows
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered:
SUMMARY
We need to find some way to reduce multiple times reading vars file:
We can put below task into main.yml to see whether it can improve.
ansible.builtin.include_vars:
file: "{{ testing_vars_file | default('../vars/test.yml') }}"
ISSUE TYPE
ENVIRONMENT / OS
Linux/Windows
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: