Slight tweaks

This commit is contained in:
2025-02-05 14:53:45 -05:00
parent 46ea789d8c
commit 42f4a94685
5 changed files with 67 additions and 7 deletions

View File

@ -17,10 +17,14 @@
- name: Debug roles_path
ansible.builtin.debug:
var: roles_path
var: role_path
# - name: Include rear_restore role for fun
# ansible.builtin.import_role:
# name: ../roles/rear_restore
- name: Include rear_restore role for fun
ansible.builtin.import_role:
name: ../roles/rear_restore
name: "{{ role_path }}/../rear_restore"
...