mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2025-01-18 23:40:18 +01:00
Version-compare test
This commit is contained in:
parent
2b7fd373f0
commit
f220fce08f
1 changed files with 4 additions and 3 deletions
|
@ -2,8 +2,9 @@
|
|||
- name: Converge
|
||||
hosts: all
|
||||
become: true
|
||||
vars:
|
||||
molecule_is_test: true
|
||||
k3s_install_hard_links: true
|
||||
roles:
|
||||
- role: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"
|
||||
vars:
|
||||
molecule_is_test: true
|
||||
k3s_install_hard_links: true
|
||||
k3s_release_version: stable
|
||||
|
|
Loading…
Reference in a new issue