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