File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
roles/oraswgi_install/tasks Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 2020 - patch_before_rootsh
2121
2222- name : install_home_gi | Mount nfs share with installation media
23- ansible.builtin.mount : src="{{ nfs_server_sw }}:{{ nfs_server_sw_path }}" name={{ oracle_stage_remote }} fstype=nfs state=mounted
23+ ansible.builtin.include_role :
24+ name : orasw_meta
25+ tasks_from : mount_stage_remote
2426 tags :
25- - nfsmountgi
26- when : install_from_nfs
27+ - nfsmountdb
2728
2829- name : install_home_gi | Add new dotprofile (GI)
2930 ansible.builtin.template :
156157 - olsnodes
157158
158159- name : install_home_gi | Unmount nfs share with installation media
159- ansible.builtin.mount : src="{{ nfs_server_sw }}:{{ nfs_server_sw_path }}" name={{ oracle_stage_remote }} fstype=nfs state=absent
160- when : install_from_nfs
161- tags : nfsunmountgi
160+ ansible.builtin.include_role :
161+ name : orasw_meta
162+ tasks_from : umount_stage_remote
163+ tags :
164+ - nfsumountdb
You can’t perform that action at this time.
0 commit comments