Update to 2022-08-03 01:00

This commit is contained in:
Daniel Berteaud
2022-08-03 01:00:22 +02:00
parent e6e442e0fb
commit a11f21e9c6
8 changed files with 71 additions and 5 deletions

View File

@@ -8,6 +8,13 @@
- unzip
tags: nomad
- name: Install task driver packages
package: name={{ nomad_task_driver_packages[item] }}
loop: "{{ nomad_enabled_task_drivers }}"
when: nomad_task_driver_packages[item] is defined and nomad_conf.client.enabled
notify: restart nomad
tags: nomad
- when: nomad_install_mode != 'none'
block:
- name: Download nomad
@@ -59,3 +66,4 @@
- pre
- post
tags: nomad