Files
oracle_19_install/roles/oracle-db-install/tasks/download_software.yml

8 lines
350 B
YAML

---
- name: Téléchargement OPatch
ansible.builtin.shell: wget --no-check-certificate https://kutt.axiome.io/opatch -O /u01/sources/{{opatch_file}}
tags: download_opatch
- name: Téléchargement du PSU
ansible.builtin.shell: wget --no-check-certificate https://kutt.axiome.io/db_ru -O /u01/sources/{{psu_file}}
tags: download_ru