add oracle instant client ansible role
This commit is contained in:
8
tasks/fetch.yaml
Normal file
8
tasks/fetch.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: fetch oracle instant client artifacts
|
||||
get_url:
|
||||
url: "{{ oic_package_base_url }}/{{ item.pkg_name }}"
|
||||
dest: "{{ oic_package_dest }}"
|
||||
checksum: "{{ item.pkg_hash }}"
|
||||
loop: "{{ oic_install_packages }}"
|
||||
Reference in New Issue
Block a user