Fix typo with main.yaml task include
This commit is contained in:
parent
3052405c76
commit
e713bc6904
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
tasks:
|
||||
- name: Setup securitygroups.
|
||||
ansible.builtin.include_tasks:
|
||||
- file: securitygrouptasks.yaml
|
||||
file: securitygrouptasks.yaml
|
||||
- name: Setup Kubernetes nodes.
|
||||
ansible.builtin.include_tasks:
|
||||
- file: kubenodes.yaml
|
||||
file: kubenodes.yaml
|
||||
|
|
Loading…
Add table
Reference in a new issue