Remove task that enables COPR receptor repo (#14088)

do not pip install receptorctl
This commit is contained in:
Seth Foster 2023-06-05 14:44:53 -04:00
parent 9cad45feac
commit 148111a072
3 changed files with 2 additions and 5 deletions

View File

@ -26,7 +26,7 @@ receptor_peers:
{% endfor %}
{% endif %}
receptor_dependencies:
- python39-pip
- python3-pip
{% verbatim %}
podman_user: "{{ receptor_user }}"
podman_group: "{{ receptor_group }}"

View File

@ -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 %}

View File

@ -3,5 +3,5 @@ all:
hosts:
remote-execution:
ansible_host: {{ instance.hostname }}
ansible_user: <username> # user provided
ansible_user: username # user provided
ansible_ssh_private_key_file: ~/.ssh/id_rsa