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

@@ -30,4 +30,12 @@
apply:
become: true
tags:
- proxy
- proxy
- name: Setup data directory for the nomad host volumes
tags: volumes
ansible.builtin.include_tasks:
file: nomad-host-volumes.yaml
apply:
become: true
tags:
- volumes