Skip to content

Commit

Permalink
Merge pull request #1 from bignall/master
Browse files Browse the repository at this point in the history
Fixes from recent run
  • Loading branch information
ellotheth committed Dec 4, 2014
2 parents b4e98e8 + 068eb22 commit 476c061
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
name: "{{ item.name }}"
value: "{{ item.value }}"
state: present
ignoreerrors: yes # Ignore errors about unknown keys
with_items:
- { name: "kernel.shmall", value: "2097152" }
- { name: "kernel.shmmax", value: "1050470400" }
Expand Down Expand Up @@ -167,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 476c061

Please sign in to comment.