diff options
-rw-r--r-- | packaging/arch/PKGBUILD | 2 | ||||
-rw-r--r-- | packaging/debian/control | 2 | ||||
-rw-r--r-- | packaging/macports/sysutils/ansible/Portfile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index c8314b6119..f9031bdf50 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -12,7 +12,7 @@ pkgname=ansible-git pkgver=1.6.0.1835.ga1809a3 pkgrel=1 -pkgdesc='Radically simple IT automation platform' +pkgdesc='Ansible IT Automation' arch=('any') url='https://www.ansible.com' license=('GPL3') diff --git a/packaging/debian/control b/packaging/debian/control index 8e5c6a7877..b73c312517 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -9,7 +9,7 @@ Homepage: http://ansible.github.com/ Package: ansible Architecture: all Depends: python-jinja2, python-yaml, python-paramiko, python-httplib2, python-six, python-crypto (>= 2.6), python-setuptools, sshpass, ${misc:Depends}, ${python:Depends} -Description: A radically simple IT automation platform +Description: Ansible IT Automation A radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English, diff --git a/packaging/macports/sysutils/ansible/Portfile b/packaging/macports/sysutils/ansible/Portfile index 281e7ee961..638b261d70 100644 --- a/packaging/macports/sysutils/ansible/Portfile +++ b/packaging/macports/sysutils/ansible/Portfile @@ -12,7 +12,7 @@ supported_archs noarch maintainers nomaintainer homepage https://ansible.com/ -description Radically simple IT automation +description Ansible IT Automation long_description \ Ansible is a radically simple model-driven configuration \ management, multi-node deployment, and orchestration \ |