How to set oracle_home in linux with ansible playbook

时间:2019-05-31 11:43:46

标签: ansible oracle-home

Am trying to set oracle_home by using below

---
- name: setting up the ORACLE_HOME
  hosts: localhost
  become: yes
  environment:
    ORACLE_BASE: "/u01/app/oracle/"
    ORACLE_HOME: $ORACLE_BASE/product/12.1.0.2/cl_100
    PATH: $PATH:$HOME/bin:$ORACLE_HOME/bin:$ORACLE_HOME/OPatch

script executing but not setting up please help

1 个答案:

答案 0 :(得分:0)

我会遵循以下条件:

Runnable
相关问题