mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
moar quotes
This commit is contained in:
parent
c4f52f62f7
commit
2753cd186a
27 changed files with 32 additions and 27 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue