moar quotes

This commit is contained in:
Brian Coca 2015-05-14 09:37:00 -04:00 committed by Matt Clay
commit 2753cd186a
27 changed files with 32 additions and 27 deletions

View file

@ -24,8 +24,8 @@ module: bower
short_description: Manage bower packages with bower
description:
- Manage bower packages with bower
version_added: 1.7
author: Michael Warkentin
version_added: 1.9
author: '"Michael Warkentin (@mwarkentin)" <mwarkentin@gmail.com>'
options:
name:
description:

View file

@ -22,7 +22,7 @@
DOCUMENTATION = '''
---
module: composer
author: Dimitrios Tydeas Mengidis
author: '"Dimitrios Tydeas Mengidis (@dmtrs)" <tydeas.dr@gmail.com>'
short_description: Dependency Manager for PHP
version_added: "1.6"
description:

View file

@ -73,7 +73,7 @@ examples:
description: Install I(Dancer) perl package from a specific mirror
notes:
- Please note that U(http://search.cpan.org/dist/App-cpanminus/bin/cpanm, cpanm) must be installed on the remote host.
author: Franck Cuny
author: '"Franck Cuny (@franckcuny)" <franck@lumberjaph.net>'
'''
def _is_package_installed(module, name, locallib, cpanm):