add oracle instant client ansible role
This commit is contained in:
7
handlers/main.yml
Normal file
7
handlers/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: "run ldconfig"
|
||||
command: "/sbin/ldconfig"
|
||||
args:
|
||||
creates: "/sbin/ldconfig"
|
||||
become: True
|
||||
Reference in New Issue
Block a user