mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-11 15:53:21 +02:00
Update to 2024-07-25 15:00
This commit is contained in:
parent
44eb27a744
commit
5fb4030446
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user