mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-28 00:41:44 -07:00
format change to control file
This commit is contained in:
parent
49ca5ba9f2
commit
b501bbfb69
1 changed files with 3 additions and 5 deletions
6
debian/control
vendored
6
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: ansible
|
||||||
Section: admin
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Henry Graham (hzgraham) <Henry.Graham@mail.wvu.edu>
|
Maintainer: Henry Graham (hzgraham) <Henry.Graham@mail.wvu.edu>
|
||||||
Build-Depends: cdbs, debhelper (>= 5.0.0), python-devel, asciidoc
|
Build-Depends: cdbs, debhelper (>= 5.0.0)
|
||||||
Standards-Version: 3.9.1
|
Standards-Version: 3.9.1
|
||||||
Homepage: http://ansible.github.com/
|
Homepage: http://ansible.github.com/
|
||||||
|
|
||||||
|
@ -10,6 +10,4 @@ Package: ansible
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: python-jinja2, python-yaml, python-paramiko
|
Depends: python-jinja2, python-yaml, python-paramiko
|
||||||
Description: The Ansible Application
|
Description: The Ansible Application
|
||||||
Ansible is a extra-simple tool/API for doing 'parallel remote things' over SSH
|
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.
|
||||||
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