From 148111a07213cff3688f1b4dce76036d8b4a022a Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Mon, 5 Jun 2023 14:44:53 -0400 Subject: [PATCH] Remove task that enables COPR receptor repo (#14088) do not pip install receptorctl --- awx/api/templates/instance_install_bundle/group_vars/all.yml | 2 +- awx/api/templates/instance_install_bundle/install_receptor.yml | 3 --- awx/api/templates/instance_install_bundle/inventory.yml | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/awx/api/templates/instance_install_bundle/group_vars/all.yml b/awx/api/templates/instance_install_bundle/group_vars/all.yml index e748a9bbf0..cb31889c6f 100644 --- a/awx/api/templates/instance_install_bundle/group_vars/all.yml +++ b/awx/api/templates/instance_install_bundle/group_vars/all.yml @@ -26,7 +26,7 @@ receptor_peers: {% endfor %} {% endif %} receptor_dependencies: - - python39-pip + - python3-pip {% verbatim %} podman_user: "{{ receptor_user }}" podman_group: "{{ receptor_group }}" diff --git a/awx/api/templates/instance_install_bundle/install_receptor.yml b/awx/api/templates/instance_install_bundle/install_receptor.yml index b6fc9f5d2d..8354135515 100644 --- a/awx/api/templates/instance_install_bundle/install_receptor.yml +++ b/awx/api/templates/instance_install_bundle/install_receptor.yml @@ -7,8 +7,6 @@ user: name: "{{ receptor_user }}" shell: /bin/bash - - name: Enable Copr repo for Receptor - command: dnf copr enable ansible-awx/receptor -y - import_role: name: ansible.receptor.podman - import_role: @@ -16,5 +14,4 @@ - name: Install ansible-runner pip: name: ansible-runner - executable: pip3.9 {% endverbatim %} diff --git a/awx/api/templates/instance_install_bundle/inventory.yml b/awx/api/templates/instance_install_bundle/inventory.yml index 1f32c4a192..60a2f82b30 100644 --- a/awx/api/templates/instance_install_bundle/inventory.yml +++ b/awx/api/templates/instance_install_bundle/inventory.yml @@ -3,5 +3,5 @@ all: hosts: remote-execution: ansible_host: {{ instance.hostname }} - ansible_user: # user provided + ansible_user: username # user provided ansible_ssh_private_key_file: ~/.ssh/id_rsa