8 lines
183 B
YAML
Raw Permalink Normal View History

2024-06-17 10:01:05 +02:00
---
- name: Remove tmp and obsolete files
file: path={{ item }} state=absent
loop:
- "{{ cni_root_dir }}/tmp/consul-cni_{{ consul_cni_version }}_linux_amd64.zip"
tags: cni