mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-05 21:33:30 +01:00
7e4a16e167
- Restructured when and asserts - Standardise molecule call, add systemd config
9 lines
191 B
YAML
9 lines
191 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
become: true
|
|
vars:
|
|
molecule_is_test: true
|
|
k3s_state: stopped
|
|
roles:
|
|
- role: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"
|