From 304e0ba41d9453e39e597ba2dd1d20819cf25223 Mon Sep 17 00:00:00 2001 From: Marko Vukovic <8951449+anon-software@users.noreply.github.com> Date: Thu, 15 Aug 2024 21:47:21 -0700 Subject: [PATCH] Fix lint errors Signed-off-by: Marko Vukovic <8951449+anon-software@users.noreply.github.com> --- playbooks/reset.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/playbooks/reset.yml b/playbooks/reset.yml index d1b93024..5ec49abc 100644 --- a/playbooks/reset.yml +++ b/playbooks/reset.yml @@ -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