mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
Add the ansible-galaxy command
This commit is contained in:
parent
3e53fbc139
commit
4a20055a59
5 changed files with 737 additions and 2 deletions
|
@ -24,6 +24,7 @@ Requires: python26-PyYAML
|
|||
Requires: python26-paramiko
|
||||
Requires: python26-jinja2
|
||||
Requires: python26-keyczar
|
||||
Requires: python26-httplib2
|
||||
%endif
|
||||
|
||||
# RHEL > 5
|
||||
|
@ -33,6 +34,7 @@ Requires: PyYAML
|
|||
Requires: python-paramiko
|
||||
Requires: python-jinja2
|
||||
Requires: python-keyczar
|
||||
Requires: python-httplib2
|
||||
%endif
|
||||
|
||||
# FEDORA > 17
|
||||
|
@ -42,6 +44,7 @@ Requires: PyYAML
|
|||
Requires: python-paramiko
|
||||
Requires: python-jinja2
|
||||
Requires: python-keyczar
|
||||
Requires: python-httplib2
|
||||
%endif
|
||||
|
||||
# SuSE/openSuSE
|
||||
|
@ -52,6 +55,7 @@ Requires: python-paramiko
|
|||
Requires: python-jinja2
|
||||
Requires: python-keyczar
|
||||
Requires: python-yaml
|
||||
Requires: python-httplib2
|
||||
%endif
|
||||
|
||||
Requires: sshpass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue