We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b84924 commit 4eb9c1aCopy full SHA for 4eb9c1a
playbooks/oracle_release_update/deinstall_oracle.yml
@@ -8,7 +8,7 @@
8
9
# Run the following to Update OEM Targets
10
# This playbook runs ONLY on a single target host because emcli is installed
11
-- hosts: "{{ groups[target_hosts][0] }}"
+- hosts: "{{ hostvars.localhost.deinstalled_targets[0] }}"
12
gather_facts: no
13
become: yes
14
become_user: oracle
0 commit comments