Fix firstboot logic;Refactor helm chart parsing;Housekeeping
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-06-27 08:44:16 +02:00
parent 72202d9f21
commit 8ed9b2f754
4 changed files with 10 additions and 10 deletions

View File

@ -1,9 +1,9 @@
- name: Create folder structure(s)
ansible.builtin.file:
path: "{{ item }}"
state: directory
loop:
- /opt/metacluster/dependencies/helm/charts
# - name: Create folder structure(s)
# ansible.builtin.file:
# path: "{{ item }}"
# state: directory
# loop:
# - /foo
- name: Download & install static binaries
ansible.builtin.get_url: