mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Simplify K3s service startup for HA
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
@@ -59,12 +59,6 @@
|
||||
validate: 'visudo -cf %s'
|
||||
when: ansible_distribution in ['CentOS', 'Red Hat Enterprise Linux','RedHat']
|
||||
|
||||
- name: Make k3s directory
|
||||
ansible.builtin.file:
|
||||
path: "/var/lib/rancher"
|
||||
mode: 0755
|
||||
state: directory
|
||||
|
||||
- name: Create symlink
|
||||
ansible.builtin.file:
|
||||
dest: /var/lib/rancher/k3s
|
||||
|
||||
Reference in New Issue
Block a user