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