Add missing galaxy collection;Fix logic to parse charts for container images;Add ArgoCD
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-06-26 21:20:16 +02:00
parent 662e8984c3
commit c58ede04c4
5 changed files with 21 additions and 12 deletions

View File

@ -4,7 +4,7 @@
state: directory
register: archive
- name: Download, extract & install archived static binary
- name: Download & extract archived static binary
ansible.builtin.unarchive:
src: "{{ item.url }}"
dest: "{{ archive.path }}"