mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-12-22 16:38:02 +01:00
fix(molecule): skip post checks on hadb
This commit is contained in:
parent
561d67cd08
commit
1d29570fc9
@ -12,6 +12,7 @@
|
||||
k3s_agent:
|
||||
snapshotter: native
|
||||
k3s_service_env_file: /tmp/k3s.env
|
||||
k3s_skip_post_checks: "{{ ansible_os_family | lower == 'redhat' }}"
|
||||
pre_tasks:
|
||||
- name: Set each node to be a control node
|
||||
ansible.builtin.set_fact:
|
||||
|
Loading…
Reference in New Issue
Block a user