-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
the following command from the blog errors out on Cento8+epel w/ ansible 2.9.11
ansible-galaxy --roles-path roles install -r roles/requirements.yml
$ ansible-galaxy --roles-path roles install -r roles/requirements.yml usage: ansible-galaxy role [-h] ROLE_ACTION ... ansible-galaxy role: error: argument ROLE_ACTION: invalid choice: 'roles' (choose from 'init', 'remove', 'delete', 'list', 'search', 'import', 'setup', 'login', 'info', 'install')
Works:
`$ ansible-galaxy install -r roles/requirements.yml
- downloading role 'awx_pod', owned by ikke_t
- downloading role from https://github.com/ikke-t/awx_pod/archive/10.0.0-0.tar.gz
- extracting awx_pod to /home/x/.ansible/roles/awx_pod
- awx_pod (10.0.0-0) was installed successfully
- downloading role 'podman_container_systemd', owned by ikke_t
- downloading role from https://github.com/ikke-t/podman-container-systemd/archive/master.tar.gz
- extracting podman_container_systemd to /home/x/.ansible/roles/podman_container_systemd
- podman_container_systemd (master) was installed successfully
- adding dependency: systemli.apt_repositories
- downloading role 'apt_repositories', owned by systemli
- downloading role from https://github.com/systemli/ansible-role-apt_repositories/archive/master.tar.gz
- extracting systemli.apt_repositories to /home/x/.ansible/roles/systemli.apt_repositories
- systemli.apt_repositories (master) was installed successfully`
Metadata
Metadata
Assignees
Labels
No labels