Skip to content

Commit 4eb9c1a

Browse files
committed
Change single host for update oem after deinstall
1 parent 0b84924 commit 4eb9c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/oracle_release_update/deinstall_oracle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Run the following to Update OEM Targets
1010
# This playbook runs ONLY on a single target host because emcli is installed
11-
- hosts: "{{ groups[target_hosts][0] }}"
11+
- hosts: "{{ hostvars.localhost.deinstalled_targets[0] }}"
1212
gather_facts: no
1313
become: yes
1414
become_user: oracle

0 commit comments

Comments
 (0)