mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-19 03:33:17 +02:00
7 lines
192 B
YAML
7 lines
192 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Deploy nomad configuration
|
||
|
template: src=nomad.json.j2 dest={{ nomad_root_dir }}/etc/nomad.json owner=root group={{ nomad_user }} mode=640
|
||
|
notify: restart nomad
|
||
|
tags: nomad
|