mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 10:51:27 +01: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
	 Daniel Berteaud
					Daniel Berteaud