Skip to content

Commit

Permalink
Don't escape $
Browse files Browse the repository at this point in the history
  • Loading branch information
bignall committed Sep 24, 2014
1 parent b2689bb commit 068eb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
- "export ORACLE_BASE={{ ora_user_env.ORACLE_BASE }}"
- "export ORACLE_SID={{ ora_user_env.ORACLE_SID }}"
- "export ORACLE_HOME={{ ora_user_env.ORACLE_HOME }}"
- "export PATH=\\$PATH:\\$ORACLE_HOME/bin"
- "export PATH=$PATH:$ORACLE_HOME/bin"
- "export NLS_LANG={{ ora_user_env.NLS_LANG }}"
- "stty erase ^H"

Expand Down

0 comments on commit 068eb22

Please sign in to comment.