Adding a task subset for host volume setup

This commit is contained in:
2025-05-20 15:06:04 -07:00
parent 153ea8e982
commit 311a592d6e
4 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
- name: Ensure the root data directory is present
ansible.builtin.file:
path: "{{ host_vol_root }}"
state: directory
- name: Ensure registry volume is present
ansible.builtin.file:
path: "{{ host_vol_root }}/ncr"
state: directory