Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Vukovic <[email protected]>
  • Loading branch information
anon-software committed Aug 16, 2024
1 parent 95b0cfe commit 304e0ba
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions playbooks/reset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 304e0ba

Please sign in to comment.