When I try to run the above command, this is what it returns:
[awxuser@vm-dev-awx-01 awx-turnkey]$ ansible-galaxy -fr roles/requirements.yml
usage: ansible-galaxy role [-h] ROLE_ACTION ...
ansible-galaxy role: error: argument ROLE_ACTION: invalid choice: 'roles/requirements.yml' (choose from 'init', 'remove', 'delete', 'list', 'search', 'import', 'setup', 'info', 'install')
usage: ansible-galaxy [-h] [--version] [-v] TYPE ...
Perform various Role and Collection related operations.
positional arguments:
TYPE
collection Manage an Ansible Galaxy collection.
role Manage an Ansible Galaxy role.
optional arguments:
--version show program's version number, config file location, configured module search path, module location, executable location and exit
-h, --help show this help message and exit
-v, --verbose verbose mode (-vvv for more, -vvvv to enable connection debugging)
I tried inputting the absolute path with the same results. I'm following the install guide from awx-rpm installation
OS: RHEL 8.5
[awxuser@vm-dev-awx-01 awx-turnkey]$ cat /etc/redhat-release
Red Hat Enterprise Linux release 8.5 (Ootpa)
The step where you say to update the role should use the command "ansible-galaxy install -fr roles/requirements.yml". Without the word install the command fails.
When I try to run the above command, this is what it returns:
I tried inputting the absolute path with the same results. I'm following the install guide from awx-rpm installation
OS: RHEL 8.5
Python Version: