Update to 2022-08-06 13:00

This commit is contained in:
Daniel Berteaud
2022-08-06 13:00:16 +02:00
parent cb2305c394
commit 99b21a541e
9 changed files with 59 additions and 9 deletions

View File

@@ -6,3 +6,9 @@
- "{{ nomad_root_dir }}/tmp/nomad_{{ nomad_version }}_linux_amd64.zip"
- "{{ nomad_root_dir }}/tmp/nomad"
tags: nomad
- name: Remove temporary plugin files
file: path={{ item.dest }} state=absent
loop: "{{ nomad_plugin_dl.results }}"
when: nomad_plugin_dl is defined and nomad_plugin_dl.results is defined and item.dest is defined
tags: nomad