ansible-role-k3s/molecule/default/playbook-start-cluster.yml
Xan Manning 7e4a16e167 Pre-documentation work
- Restructured when and asserts
  - Standardise molecule call, add systemd config
2021-02-16 16:53:49 +00:00

10 lines
191 B
YAML

---
- name: Converge
hosts: all
become: true
vars:
molecule_is_test: true
k3s_state: started
roles:
- role: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"