From b1168ce77d4c0b6dadb9967a236d533405032cd5 Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Thu, 8 Sep 2022 16:11:32 -0400 Subject: [PATCH] update receptor collection role name in install bundle --- awx/api/views/instance_install_bundle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/api/views/instance_install_bundle.py b/awx/api/views/instance_install_bundle.py index 63a650d96f..d470d5c8ca 100644 --- a/awx/api/views/instance_install_bundle.py +++ b/awx/api/views/instance_install_bundle.py @@ -110,7 +110,7 @@ def generate_playbook(): name: "{{ receptor_user }}" shell: /bin/bash - import_role: - name: ansible.receptor.receptor + name: ansible.receptor.setup - name: Install ansible-runner pip: name: ansible-runner