mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 10:45:42 +02:00
Update to 2023-01-30 17:00
This commit is contained in:
@@ -102,9 +102,10 @@ client {
|
||||
options {
|
||||
"driver.allowlist" = "{{ nomad_enabled_task_drivers | join(',') }}"
|
||||
}
|
||||
|
||||
max_kill_timeout = "{{ nomad_conf.client.max_kill_timeout }}"
|
||||
}
|
||||
|
||||
{% if nomad_conf.client.enabled %}
|
||||
{% if 'docker' in nomad_enabled_task_drivers %}
|
||||
plugin "docker" {
|
||||
config {
|
||||
@@ -131,7 +132,6 @@ plugin "docker" {
|
||||
]
|
||||
}
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
plugin "raw_exec" {
|
||||
config {
|
||||
|
Reference in New Issue
Block a user