mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Adding sshpass as packaging requirement and fixing VERSION
This commit is contained in:
parent
2ddbc82639
commit
8283183023
7 changed files with 87 additions and 27 deletions
|
@ -8,6 +8,6 @@ Homepage: http://ansible.github.com/
|
|||
|
||||
Package: ansible
|
||||
Architecture: all
|
||||
Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko
|
||||
Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko, sshpass
|
||||
Description: Ansible Application
|
||||
Ansible is a extra-simple tool/API for doing 'parallel remote things' over SSH executing commands, running "modules", or executing larger 'playbooks' that can serve as a configuration management or deployment system.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue