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