Skip to content

Commit da90ca5

Browse files
author
Mauricio Harley
committed
Fix delegate_to target for adoption undercloud
Change delegate_to from 'undercloud-0' to 'standalone' to match the actual hostname used in adoption scenarios. Signed-off-by: Mauricio Harley <[email protected]>
1 parent 2295d97 commit da90ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hooks/playbooks/barbican-osp17-proteccio-setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
hosts: "{{ cifmw_target_hook_host | default('localhost') }}"
1919
tasks:
2020
- name: Gather ansible_user_dir from undercloud
21-
delegate_to: "osp-undercloud-0"
21+
delegate_to: "standalone"
2222
ansible.builtin.setup:
2323
gather_subset:
2424
- user_dir
2525

2626
- name: Generate Barbican Proteccio Heat environment file
27-
delegate_to: "osp-undercloud-0"
27+
delegate_to: "standalone"
2828
ansible.builtin.copy:
2929
mode: '0644'
3030
dest: "{{ ansible_user_dir }}/enable-barbican-proteccio.yaml"

0 commit comments

Comments
 (0)