mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 23:26:58 +02:00
Update to 2022-09-04 01:00
This commit is contained in:
@@ -35,8 +35,10 @@ template {
|
||||
exec {
|
||||
command = "systemctl reload nomad"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
{% if nomad_conf.server.enabled %}
|
||||
template {
|
||||
source = "{{ nomad_root_dir }}/consul-template/cli.crt.tpl"
|
||||
left_delimiter = "[["
|
||||
@@ -51,4 +53,4 @@ template {
|
||||
destination = "{{ nomad_root_dir }}/tls/cli.key"
|
||||
perms = 0640
|
||||
}
|
||||
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user