Skip to content

Commit

Permalink
Fix issue where too in SLES does not have .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Daemonslayer2048 committed Jan 13, 2025
1 parent a3de3b8 commit 2c9bcb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/rke2/tasks/utilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
dest: "/root/.bashrc"
line: 'PATH=$PATH:/var/lib/rancher/rke2/bin'
insertafter: EOF
create: true

- name: Symlink crictl config to /etc/crictl.yaml
ansible.builtin.file:
Expand Down

0 comments on commit 2c9bcb1

Please sign in to comment.