ansible-roles/roles/cni_plugins/tasks/cleanup.yml

8 lines
166 B
YAML
Raw Normal View History

2022-08-03 16:00:16 +02:00
---
- name: Remove tmp and obsolete files
file: path={{ item }} state=absent
loop:
- "{{ cni_root_dir }}/tmp/cni-plugins-linux-amd64-v1.1.1.tgz"
tags: cni