Update to 2022-08-03 16:00

This commit is contained in:
Daniel Berteaud
2022-08-03 16:00:16 +02:00
parent a11f21e9c6
commit 5715cdb046
18 changed files with 198 additions and 11 deletions

View File

@@ -0,0 +1,14 @@
---
- name: Create the archive dir
file: path={{ cni_root_dir }}/archives/{{ cni_current_version }} state=directory
tags: cni
- name: Archive current version
synchronize:
src: "{{ cni_root_dir }}/bin"
dest: "{{ cni_root_dir }}/archives/{{ cni_current_version }}/"
compress: False
delete: True
delegate_to: "{{ inventory_hostname }}"
tags: cni