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: helm_local_version_exec
|
||||
|
||||
- name: find latest available version
|
||||
connection: local
|
||||
ansible.builtin.shell: |-
|
||||
curl -sSL https://api.github.com/repos/helm/helm/releases/latest | jq -r '.tag_name'
|
||||
register: latest_helm_version_exec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue