Fix lint errors
Signed-off-by: Marko Vukovic <8951449+anon-software@users.noreply.github.com>pull/353/head
parent
95b0cfedb4
commit
304e0ba41d
|
@ -35,9 +35,8 @@
|
|||
- name: Undo user setup
|
||||
hosts: server
|
||||
tasks:
|
||||
- name: Remove K3s commands from ~/.bashrc
|
||||
ansible.builtin.lineinfile:
|
||||
path: "~{{ ansible_user }}/.bashrc"
|
||||
search_string: "Added by k3s-ansible"
|
||||
state: absent
|
||||
|
||||
- name: Remove K3s commands from ~/.bashrc
|
||||
ansible.builtin.lineinfile:
|
||||
path: "~{{ ansible_user }}/.bashrc"
|
||||
search_string: "Added by k3s-ansible"
|
||||
state: absent
|
||||
|
|
Loading…
Reference in New Issue