mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Merge pull request #5350 from jlaska/fix_debian_builds
Fix debian builds by adding a missing ','
This commit is contained in:
commit
1b68efb66d
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ Homepage: http://ansible.github.com/
|
||||||
|
|
||||||
Package: ansible
|
Package: ansible
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko, python-httplib2 sshpass
|
Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko, python-httplib2, sshpass
|
||||||
Description: Ansible Application
|
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.
|
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