Update install_database.yml

This commit is contained in:
Yacine31
2024-03-16 02:22:51 +01:00
parent b09cf5bff6
commit 1df8d3f2ca

View File

@@ -55,9 +55,10 @@
template: src=run_db_install.sh.j2 dest={{ oracle_sources }}/run_db_install.sh mode=755 template: src=run_db_install.sh.j2 dest={{ oracle_sources }}/run_db_install.sh mode=755
tags: responsefile tags: responsefile
- name: modification du numero de distib sur Linux 8 ## La commande export est dans le fichier sh de l'étape précédente qui lance l'installation silencieuse.
lineinfile: dest={{ oracle_home }}/cv/admin/cvu_config state=present line="CV_ASSUME_DISTID=OEL7.6" # - name: modification du numero de distib sur Linux 8
tags: distid_ol7 # lineinfile: dest={{ oracle_home }}/cv/admin/cvu_config state=present line="CV_ASSUME_DISTID=OEL7.6"
# tags: distid_ol7
- name: Installation des binaires Oracle - name: Installation des binaires Oracle
shell: "{{ oracle_sources }}/run_db_install.sh" shell: "{{ oracle_sources }}/run_db_install.sh"