Clean up oracle-db-install: remove redundant download_software.yml, clean main.yml
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
---
|
||||
- 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
|
||||
@@ -15,11 +15,7 @@
|
||||
- include_tasks: install_database.yml
|
||||
tags: install_db
|
||||
|
||||
# telechargement des fihiers : opatch + PSU-RU
|
||||
# - include_tasks: download_software.yml
|
||||
# tags: download
|
||||
|
||||
# Application du patch
|
||||
# Application du patch (décommenter si nécessaire)
|
||||
# - include_tasks: opatch_apply.yml
|
||||
# tags: patch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user