Slight tweaks
This commit is contained in:
@ -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"
|
||||
|
||||
...
|
||||
|
Reference in New Issue
Block a user