mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-30 11:15:42 +02: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