Fix/Replace old references;Fix syntaxes
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-06-24 23:55:54 +02:00
parent 2bd0f8df0a
commit 081aaaaa19
5 changed files with 13 additions and 8 deletions

View File

@ -0,0 +1,3 @@
#- name: XYZ
# ansible.builtin.get_url:

View File

@ -1,2 +1,4 @@
- name: XYZ
import_tasks: foo.yml
- name: Pre-stage K3s components
import_tasks: k3s.yml
- name: Pre-stage meta components
import_tasks: components.yml