Fix lint errors

Signed-off-by: Marko Vukovic <8951449+anon-software@users.noreply.github.com>
pull/353/head
Marko Vukovic 2024-08-15 21:47:21 -07:00
parent 95b0cfedb4
commit 304e0ba41d
1 changed files with 5 additions and 6 deletions

View File

@ -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