Skip to content

Commit

Permalink
Change variable to shortcut on bashrc check
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 12, 2023
1 parent 7c9c820 commit de4df77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/bash/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

- name: Check ~/.bashrc exists
ansible.builtin.stat:
path: "{{ home_folder }}/.bashrc"
path: "~/.bashrc"
register: bashrc_exists

# yamllint disable rule:indentation
Expand Down

0 comments on commit de4df77

Please sign in to comment.