Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Leiner committed May 22, 2024
1 parent dc69dfe commit 092b8ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/rke2_server/tasks/utilities.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---

- name: Add /var/lib/rancher/rke2/bin to PATH
lineinfile:
ansible.builtin.lineinfile:
dest: "/root/.bashrc"
line: 'PATH=$PATH:/var/lib/rancher/rke2/bin'
insertafter: EOF
Expand Down

0 comments on commit 092b8ac

Please sign in to comment.