Ansible-navigator + RHEL9 aarch

Hi,
im now running rhel9 thru UTM on my M1 Mac. Tried to install Ansible-navigator with dnf and pip3 but it doesn’t work. Is Ansible-navigator supported on this architecture?

Hey,

Install doc doesn’t mention specific requirements for a GNU/Linux install, except for a container runtime (specifically Docker Engine or Podman); did you installed one of those in your VM ? Does it work ?

Also, please provide more context if you’d like any assistance; errors messages, erroneous behaviors you encounter, on which step (packages installation, command execution, on a specific action, …) ?

Podman comes together with rhel9. I remember it didn’t work on m1 Macs when rhel9 released because Podman didn’t work, but now you can run Podman natively on M1.

[user@rhel9~]$ sudo dnf install ansible-navigator
Updating Subscription Management repositories.
Red Hat Enterprise Linux 9 for ARM 64 - BaseOS  8.8 kB/s | 4.1 kB     00:00    
Red Hat Enterprise Linux 9 for ARM 64 - AppStre  18 kB/s | 4.5 kB     00:00    
No match for argument: ansible-navigator
Error: Unable to find a match: ansible-navigator

I have also added the aap 2,4 plattform RPM. doesn’t look like it is searching in that repo tho?

Turns out I did something wrong. The following command did the trick, I thought I did it but I must have done something wrong. Case closed :slight_smile:

sudo dnf install --enablerepo=ansible-automation-platform-2.4-for-rhel-9-aarch64-rpms ansible-navigator -y
3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.