Skip to content

Commit

Permalink
Removing Ansible as a package dep.
Browse files Browse the repository at this point in the history
You can't run ansible without is already being installed. There are some
packaging dep conflicts in installing ansible from RPMs on RHEL in the
shared labs. This requirement will always hit that problem. Since
ansible has to be already installed to get to this point there's no
reason for it to be required here. If it's been installed by pip instead
of RPM then the deploy can't continue.
  • Loading branch information
radez committed Mar 14, 2023
1 parent 91c94a3 commit 4aeab3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ansible-ipi-install/roles/shared-labs-prep/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ yum_packages:
- python3-requests
- sshpass
- make
- ansible
rdo_packages:
- https://trunk.rdoproject.org/rhel8-master/deps/latest/Packages/python3-crypto-2.6.1-18.el8ost.x86_64.rpm
- https://trunk.rdoproject.org/rhel8-master/deps/latest/Packages/python3-pyghmi-1.0.22-2.el8ost.noarch.rpm
badfish_podman_cmd: "podman run --pull=always --rm quay.io/quads/badfish -u {{ lab_ipmi_user }} -p {{ lab_ipmi_password }} -i config/idrac_interfaces.yml -H mgmt-"
badfish_podman_cmd: "podman run --pull=always --rm quay.io/quads/badfish -u {{ lab_ipmi_user }} -p {{ lab_ipmi_password }} -i config/idrac_interfaces.yml -H mgmt-"

0 comments on commit 4aeab3f

Please sign in to comment.