fix(molecule): working again, added test for provisioner load_vars
This commit is contained in:
parent
6707ece8e0
commit
c6670c1c5f
8 changed files with 38 additions and 4 deletions
|
@ -23,7 +23,6 @@
|
|||
register: kubectl_local_version_exec
|
||||
|
||||
- name: find latest available version
|
||||
connection: local
|
||||
ansible.builtin.command: curl -L -s https://dl.k8s.io/release/stable.txt
|
||||
register: latest_kubectl_version_exec
|
||||
when: kubectl_install_version is falsy or kubectl_install_version == "latest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue