--- - name: Load all deployment variables include_vars: dir: "{{ item }}" extensions: - yml - yaml with_items: - "{{ plugin_config_root }}" - "{{ app_config_root }}" - "{{ app_config_root }}/vault"