commit ac916a38c6e70926b854b0e5c9249423f860a1ab Author: Lance Bragstad Date: Tue Oct 6 09:47:48 2020 -0500 Use `undercloud` instead of `Undercloud` when delegating tasks If ansible detects uppercase characters in delegate_to, it assumes the target is a grou, not a host. We should use all lowercase representation (e.g., `undercloud`) so that ansible does the right thing and looks for the host, instead of looking for the `Undercloud` group. Change-Id: If31e620b88830ef85a2bddaccd6cd7064cce4472 diff --git a/deployment/ipa/ipaservices-baremetal-ansible.yaml b/deployment/ipa/ipaservices-baremetal-ansible.yaml index 6f296e2..7193d1c 100644 --- a/deployment/ipa/ipaservices-baremetal-ansible.yaml +++ b/deployment/ipa/ipaservices-baremetal-ansible.yaml @@ -160,7 +160,7 @@ outputs: - name: unregister node from ipa server import_role: name: tripleo_ipa_cleanup - delegate_to: Undercloud + delegate_to: undercloud vars: tripleo_ipa_keytab: {get_param: IdMNovaKeytab} tripleo_ipa_hosts_to_delete: