mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2025-05-27 15:00
This commit is contained in:
@@ -66,3 +66,7 @@
|
||||
when: item.create | default(False)
|
||||
tags: nomad
|
||||
|
||||
- name: Create host_volumes_dir directory
|
||||
file: path={{ nomad_conf.client.host_volumes_dir }} state=directory owner={{ nomad_user }} group={{ nomad_user }} mode=770
|
||||
when: nomad_conf.client.host_volumes_dir is defined
|
||||
tags: nomad
|
||||
|
Reference in New Issue
Block a user