Skip to content

Commit 14efcb0

Browse files
committed
Fix the syntax issue on the source alias
1 parent 22fa2d8 commit 14efcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
path: "{{ target_home }}/{{ bashrc }}"
5959
block: |
6060
# Source custom bashrc configuration
61-
if [ -f "$HOME/{{ bashrc_custom }}\" ]; then
61+
if [ -f "$HOME/{{ bashrc_custom }}" ]; then
6262
source "$HOME/{{ bashrc_custom }}"
6363
fi
6464
marker: "# {mark} MANAGED BY ANSIBLE ROLE: bashrc-custom-manager"

0 commit comments

Comments
 (0)