Clean up oracle-db-install: remove redundant download_software.yml, clean main.yml

This commit is contained in:
Yacine31
2025-12-02 12:17:07 +01:00
parent 29a59efde3
commit fff8e22588
2 changed files with 1 additions and 13 deletions

View File

@@ -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

View File

@@ -15,11 +15,7 @@
- include_tasks: install_database.yml - include_tasks: install_database.yml
tags: install_db tags: install_db
# telechargement des fihiers : opatch + PSU-RU # Application du patch (décommenter si nécessaire)
# - include_tasks: download_software.yml
# tags: download
# Application du patch
# - include_tasks: opatch_apply.yml # - include_tasks: opatch_apply.yml
# tags: patch # tags: patch