Skip to content

Commit

Permalink
Fix shell exports, again.
Browse files Browse the repository at this point in the history
  • Loading branch information
fubarhouse committed Dec 2, 2017
1 parent e357cf2 commit 66a433e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
- name: "Rust | Define shell exports"
set_fact:
shell_exports:
- regex: 'export PATH="$PATH:{{ fubarhouse_user_dir }}/.cargo/bin"'
- regex: 'export PATH="\$PATH:{{ fubarhouse_user_dir }}/.cargo/bin"'
lineinfile: 'export PATH="$PATH:{{ fubarhouse_user_dir }}/.cargo/bin"'
when: shell_exports is not defined

Expand Down

0 comments on commit 66a433e

Please sign in to comment.