Fix/Replace old references;Fix syntaxes
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
---
|
||||
- hosts: all
|
||||
gather_facts: false
|
||||
group_vars:
|
||||
vars_files:
|
||||
- metacluster.yml
|
||||
become: true
|
||||
roles:
|
||||
|
@ -1,2 +1,2 @@
|
||||
- name: XYZ
|
||||
import_tasks: foo.yml
|
||||
- name: Install & configure dependencies
|
||||
import_tasks: dependencies.yml
|
||||
|
3
ansible/roles/metacluster/tasks/components.yml
Normal file
3
ansible/roles/metacluster/tasks/components.yml
Normal file
@ -0,0 +1,3 @@
|
||||
#- name: XYZ
|
||||
# ansible.builtin.get_url:
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user