update local.cfg, call rear mkrescue for testing

This commit is contained in:
2024-10-21 11:17:24 -04:00
parent 00707f5913
commit 6335aa2120
4 changed files with 19 additions and 5 deletions

View File

@ -15,4 +15,12 @@
when:
- namehost is defined
- name: Debug roles_path
ansible.builtin.debug:
var: roles_path
- name: Include rear_restore role for fun
ansible.builtin.import_role:
name: ../roles/rear_restore
...