mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-30 02:11:30 +01:00 
			
		
		
		
	Update to 2024-01-04 17:00
This commit is contained in:
		| @@ -1,5 +1,9 @@ | ||||
| --- | ||||
|  | ||||
| - name: Install general packages | ||||
|   package: name={{ nomad_packages }} | ||||
|   tags: nomad | ||||
|  | ||||
| - name: Install task driver packages | ||||
|   package: name={{ nomad_task_driver_packages[item] }} | ||||
|   loop: "{{ nomad_enabled_task_drivers }}" | ||||
|   | ||||
| @@ -5,6 +5,7 @@ nomad_packages: | ||||
|   - zstd | ||||
|   - unzip | ||||
|   - acl | ||||
|   - git | ||||
|  | ||||
| # Note : there's no package for the Docker driver as it'll pull the docker role already | ||||
| nomad_task_driver_packages: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud