Update to 2024-01-04 17:00

This commit is contained in:
Daniel Berteaud
2024-01-04 17:00:34 +01:00
parent 9675be207e
commit 72afb8eda5
47 changed files with 65 additions and 57 deletions

View File

@@ -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 }}"

View File

@@ -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: