Update to 2024-07-25 15:00

This commit is contained in:
Daniel Berteaud 2024-07-25 15:00:15 +02:00
parent 44eb27a744
commit 5fb4030446
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,6 @@
file: path={{ item }} state=absent
loop:
- "{{ nomad_root_dir }}/archives"
- "{{ nomad_root_dir }}/plugins/LICENSE.txt"
tags: nomad
- name: Remove temporary plugin files

View File

@ -61,6 +61,11 @@
file: path={{ nomad_root_dir }}/plugins/{{ item }} owner=root group=root mode=755
loop: "{{ nomad_installed_plugins.stdout_lines }}"
- name: Remove any unwanted file
file: path={{ nomad_root_dir }}/plugins/{{ item }} state=absent
loop:
- LICENSE.txt
tags: nomad
# Nomad looks for the qemu-system-x86_64 bin in $PATH