miracle-as / miracle-ansible-role-awxrpm-scl-installer

2 stars 1 forks source link

Nothing provides awx-manage #2

Open noskillahh opened 2 years ago

noskillahh commented 2 years ago

Describe the bug Nothing seems to provide the awx-manage binary. The play never succesfully runs.

To Reproduce Steps to reproduce the behavior:

  1. Run the playbook as described
  2. The play will fail at "Run awxprepare" step

Expected behavior

  1. The play will run because awx-manage exists.

Additional info:

I have checked the required RPMs, but it seems most of them dont really do much if anything. The repo tree and package versioning makes it near impossible to follow. Theres miracle-awx-rpm packages, theres miracle-awxrpm packages and theres miracle-awx packages. Some are on 19.4.0, some are on 1.0.0-2. Which is newer? Out of the box the play installs 19.40 awxrpm-runtime and 1.0.0-2 awxrpm (no 19.4.0 available for this). Changelogs inside the RPMs dont seem to be updated, so its really hard to trace what needs what.

It feels like the current play (awx-turnkey repo), the scl role and the repo+package names are completely "out of sync" with each other. ie. anyone checking out the awx-turnkey project and running the play wont even get to the awxprepare step, because there are multiple variables missing.

powertim commented 2 years ago

Hi,

I'm facing the same issue on RHEL8, I hope you guys didn't give up on this...