Update to 2022-08-06 12:00

This commit is contained in:
Daniel Berteaud
2022-08-06 12:00:17 +02:00
parent 09f3d86b12
commit cb2305c394
4 changed files with 26 additions and 4 deletions

View File

@@ -32,6 +32,7 @@
- when: nomad_bin.stat.exists and nomad_current_version != nomad_version
set_fact: nomad_install_mode='upgrade'
tags: nomad
- name: Build a list of enabled task drivers
set_fact: nomad_enabled_task_drivers={{ nomad_conf.client.task_drivers | dict2items | selectattr('value.enabled', 'equalto', True) | map(attribute='key') }}