Update to 2023-07-12 13:00

This commit is contained in:
Daniel Berteaud
2023-07-12 13:00:11 +02:00
parent 971632bb70
commit 85e37af6d5
5 changed files with 14 additions and 5 deletions

View File

@@ -1,5 +1,14 @@
---
# Load distribution specific variables
- include_vars: "{{ item }}"
with_first_found:
- "{{ role_path }}/vars/{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
- "{{ role_path }}/vars/{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml"
- "{{ role_path }}/vars/{{ ansible_distribution }}.yml"
- "{{ role_path }}/vars/{{ ansible_os_family }}.yml"
tags: nomad
- block:
- name: Detect installed version
shell: /usr/local/bin/nomad version | perl -ne '/Nomad v(\d+(\.\d+)*)\s.*/ && print "$1\n"'

View File

@@ -14,6 +14,5 @@ nomad_task_driver_packages:
- qemu-kvm
podman:
- podman
- podman-docker
containerd-driver:
- containerd.io