feat: Adds more debug steps.
This commit is contained in:
@@ -34,6 +34,13 @@
|
||||
tags:
|
||||
- always
|
||||
|
||||
- name: Debug template vars path.
|
||||
ansible.builtin.debug:
|
||||
var: template_vars_path
|
||||
tags:
|
||||
- debug
|
||||
- never
|
||||
|
||||
- name: Load repo vars if available.
|
||||
ansible.builtin.include_vars:
|
||||
dir: "{{ template_vars_path }}"
|
||||
|
||||
Reference in New Issue
Block a user