Skip to content

Commit

Permalink
Remove task that enables COPR receptor repo (#14088)
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterseth committed Jun 5, 2023
1 parent bba0244 commit c32a37b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ receptor_peers:
{% endfor %}
{% endif %}
receptor_dependencies:
- python39-pip
- python3-pip
{% verbatim %}
podman_user: "{{ receptor_user }}"
podman_group: "{{ receptor_group }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
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:
name: ansible.receptor.setup
- name: Install ansible-runner
pip:
name: ansible-runner
executable: pip3.9
- name: Install receptorctl
pip:
name: receptorctl
{% endverbatim %}
2 changes: 1 addition & 1 deletion awx/api/templates/instance_install_bundle/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c32a37b

Please sign in to comment.