ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.
I tried different combinations of “git+ssh” but nothing worked, i can easily clone it directory using “git clone” way but ansible-galaxy way is not working, ideas ???
$ ansible-galaxy install -r requirements.yml -vvvv
ansible-galaxy 2.9.5
config file = /home/papanito/Workspaces/infrastructure/ansible.cfg
configured module search path = [‘/home/papanito/.ansible/plugins/modules’, ‘/usr/share/ansible/plugins/modules’]
ansible python module location = /usr/lib/python3.8/site-packages/ansible
executable location = /usr/bin/ansible-galaxy
python version = 3.8.1 (default, Jan 22 2020, 06:38:00) [GCC 9.2.0]
Using /home/papanito/Workspaces/infrastructure/ansible.cfg as config file
Reading requirement file at ‘requirements.yml’
found role {‘src’: ‘geerlingguy.docker’, ‘name’: ‘geerlingguy.docker’, ‘version’: ‘’, ‘scm’: None} in yaml file
found role {‘src’: ‘dev-sec.ssh-hardening’, ‘name’: ‘dev-sec.ssh-hardening’, ‘version’: ‘’, ‘scm’: None} in yaml file
found role {‘src’: ‘m4rcu5nl.zerotier-one’, ‘name’: ‘m4rcu5nl.zerotier-one’, ‘version’: ‘’, ‘scm’: None} in yaml file
found role {‘name’: ‘papanito.rsyslog’, ‘scm’: ‘git’, ‘version’: ‘master’} in yaml file
Processing role geerlingguy.docker
[WARNING]: - geerlingguy.docker (2.5.3) is already installed - use --force to change version to unspecified
Processing role dev-sec.ssh-hardening
[WARNING]: - dev-sec.ssh-hardening (7.0.0) is already installed - use --force to change version to unspecified
Processing role m4rcu5nl.zerotier-one
[WARNING]: - m4rcu5nl.zerotier-one (v1.2.2) is already installed - use --force to change version to unspecified
Processing role papanito.rsyslog
[WARNING]: - papanito.rsyslog was NOT installed successfully: - command /usr/bin/git clone papanito.rsyslog papanito.rsyslog failed in directory
/home/aedu/.ansible/tmp/ansible-local-914052zr2sg8jg/tmpp1mc9csj (rc=128)