Moved when condition to main.yml

This commit is contained in:
Vladyslav Kamlov 2022-09-21 14:49:56 +03:00
parent ca88b0041c
commit e9318cc25f
1 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,5 @@
- include_tasks: state_{{ (k3s_state | lower) | default('installed') }}.yml
- include_tasks: download_kubeconfig.yml
- include_tasks: download_kubeconfig.yml
when: k3s_download_kubeconf | bool