infra/ansible/roles/base/tasks/nomad-host-volumes.yaml
shockrah eb7871584b
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 5s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 19s
Renaming role to be more generic going forward
2025-05-25 22:35:10 -07:00

8 lines
249 B
YAML

- 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