diff --git a/monitoring/newrelic_deployment.py b/monitoring/newrelic_deployment.py index 27e6f52b8e6..91a08da4871 100644 --- a/monitoring/newrelic_deployment.py +++ b/monitoring/newrelic_deployment.py @@ -22,7 +22,7 @@ DOCUMENTATION = ''' --- module: newrelic_deployment version_added: "1.2" -author: "Matt Coddington (@mcodd)" +author: '"Matt Coddington (@mcodd)" ' short_description: Notify newrelic about app deployments description: - Notify newrelic about app deployments (see http://newrelic.github.io/newrelic_api/NewRelicApi/Deployment.html) diff --git a/monitoring/zabbix_maintenance.py b/monitoring/zabbix_maintenance.py index 859e79dc8f2..02938234fbf 100644 --- a/monitoring/zabbix_maintenance.py +++ b/monitoring/zabbix_maintenance.py @@ -26,7 +26,7 @@ short_description: Create Zabbix maintenance windows description: - This module will let you create Zabbix maintenance windows. version_added: "1.8" -author: "Alexander Bulimov (@abulimov)" +author: '"Alexander Bulimov (@abulimov)" ' requirements: - "python >= 2.6" - zabbix-api diff --git a/network/a10/a10_server.py b/network/a10/a10_server.py index 58cda6c402b..2d7b8cc5d9c 100644 --- a/network/a10/a10_server.py +++ b/network/a10/a10_server.py @@ -28,7 +28,7 @@ version_added: 1.8 short_description: Manage A10 Networks AX/SoftAX/Thunder/vThunder devices description: - Manage slb server objects on A10 Networks devices via aXAPI -author: "Mischa Peters (@mischapeters)" +author: '"Mischa Peters (@mischapeters)" ' notes: - Requires A10 Networks aXAPI 2.1 options: diff --git a/network/a10/a10_service_group.py b/network/a10/a10_service_group.py index 277021bce33..8e84bf9a07d 100644 --- a/network/a10/a10_service_group.py +++ b/network/a10/a10_service_group.py @@ -28,7 +28,7 @@ version_added: 1.8 short_description: Manage A10 Networks AX/SoftAX/Thunder/vThunder devices description: - Manage slb service-group objects on A10 Networks devices via aXAPI -author: "Mischa Peters (@mischapeters)" +author: '"Mischa Peters (@mischapeters)" ' notes: - Requires A10 Networks aXAPI 2.1 - When a server doesn't exist and is added to the service-group the server will be created diff --git a/network/a10/a10_virtual_server.py b/network/a10/a10_virtual_server.py index 1387813c91d..3df93f67dbe 100644 --- a/network/a10/a10_virtual_server.py +++ b/network/a10/a10_virtual_server.py @@ -28,7 +28,7 @@ version_added: 1.8 short_description: Manage A10 Networks AX/SoftAX/Thunder/vThunder devices description: - Manage slb virtual server objects on A10 Networks devices via aXAPI -author: "Mischa Peters (@mischapeters)" +author: '"Mischa Peters (@mischapeters)" ' notes: - Requires A10 Networks aXAPI 2.1 requirements: diff --git a/network/f5/bigip_facts.py b/network/f5/bigip_facts.py index 3ea92ef0049..4522d61bbad 100755 --- a/network/f5/bigip_facts.py +++ b/network/f5/bigip_facts.py @@ -25,7 +25,7 @@ short_description: "Collect facts from F5 BIG-IP devices" description: - "Collect facts from F5 BIG-IP devices via iControl SOAP API" version_added: "1.6" -author: "Matt Hite (@mhite)" +author: '"Matt Hite (@mhite)" ' notes: - "Requires BIG-IP software version >= 11.4" - "F5 developed module 'bigsuds' required (see http://devcentral.f5.com)" diff --git a/network/f5/bigip_monitor_http.py b/network/f5/bigip_monitor_http.py index 1fabc5ebd63..6a31afb2ee7 100644 --- a/network/f5/bigip_monitor_http.py +++ b/network/f5/bigip_monitor_http.py @@ -27,7 +27,7 @@ short_description: "Manages F5 BIG-IP LTM http monitors" description: - "Manages F5 BIG-IP LTM monitors via iControl SOAP API" version_added: "1.4" -author: "Serge van Ginderachter (@srvg)" +author: '"Serge van Ginderachter (@srvg)" ' notes: - "Requires BIG-IP software version >= 11" - "F5 developed module 'bigsuds' required (see http://devcentral.f5.com)" diff --git a/network/f5/bigip_monitor_tcp.py b/network/f5/bigip_monitor_tcp.py index 95a35ed61c8..d5855e0f15d 100644 --- a/network/f5/bigip_monitor_tcp.py +++ b/network/f5/bigip_monitor_tcp.py @@ -25,7 +25,7 @@ short_description: "Manages F5 BIG-IP LTM tcp monitors" description: - "Manages F5 BIG-IP LTM tcp monitors via iControl SOAP API" version_added: "1.4" -author: "Serge van Ginderachter (@srvg)" +author: '"Serge van Ginderachter (@srvg)" ' notes: - "Requires BIG-IP software version >= 11" - "F5 developed module 'bigsuds' required (see http://devcentral.f5.com)" diff --git a/network/f5/bigip_node.py b/network/f5/bigip_node.py index 5c38a10ca9a..31e34fdeb47 100644 --- a/network/f5/bigip_node.py +++ b/network/f5/bigip_node.py @@ -25,7 +25,7 @@ short_description: "Manages F5 BIG-IP LTM nodes" description: - "Manages F5 BIG-IP LTM nodes via iControl SOAP API" version_added: "1.4" -author: "Matt Hite (@mhite)" +author: '"Matt Hite (@mhite)" ' notes: - "Requires BIG-IP software version >= 11" - "F5 developed module 'bigsuds' required (see http://devcentral.f5.com)" diff --git a/network/f5/bigip_pool.py b/network/f5/bigip_pool.py index 3347ef55861..2eaaf8f3a34 100644 --- a/network/f5/bigip_pool.py +++ b/network/f5/bigip_pool.py @@ -25,7 +25,7 @@ short_description: "Manages F5 BIG-IP LTM pools" description: - "Manages F5 BIG-IP LTM pools via iControl SOAP API" version_added: "1.2" -author: "Matt Hite (@mhite)" +author: '"Matt Hite (@mhite)" ' notes: - "Requires BIG-IP software version >= 11" - "F5 developed module 'bigsuds' required (see http://devcentral.f5.com)" diff --git a/network/f5/bigip_pool_member.py b/network/f5/bigip_pool_member.py index f20deb223a5..bc4b7be2f7b 100644 --- a/network/f5/bigip_pool_member.py +++ b/network/f5/bigip_pool_member.py @@ -25,7 +25,7 @@ short_description: "Manages F5 BIG-IP LTM pool members" description: - "Manages F5 BIG-IP LTM pool members via iControl SOAP API" version_added: "1.4" -author: "Matt Hite (@mhite)" +author: '"Matt Hite (@mhite)" ' notes: - "Requires BIG-IP software version >= 11" - "F5 developed module 'bigsuds' required (see http://devcentral.f5.com)" diff --git a/notification/campfire.py b/notification/campfire.py index f302b65bc8d..9218826a7b4 100644 --- a/notification/campfire.py +++ b/notification/campfire.py @@ -43,7 +43,7 @@ options: # informational: requirements for nodes requirements: [ urllib2, cgi ] -author: "Adam Garside (@fabulops)" +author: '"Adam Garside (@fabulops)" ' ''' EXAMPLES = ''' diff --git a/notification/flowdock.py b/notification/flowdock.py index 41a23434012..aea107457fb 100644 --- a/notification/flowdock.py +++ b/notification/flowdock.py @@ -22,7 +22,7 @@ DOCUMENTATION = ''' --- module: flowdock version_added: "1.2" -author: "Matt Coddington (@mcodd)" +author: '"Matt Coddington (@mcodd)" ' short_description: Send a message to a flowdock description: - Send a message to a flowdock team inbox or chat using the push API (see https://www.flowdock.com/api/team-inbox and https://www.flowdock.com/api/chat) diff --git a/packaging/language/bower.py b/packaging/language/bower.py index 3687be0c671..f0dd58023ba 100644 --- a/packaging/language/bower.py +++ b/packaging/language/bower.py @@ -25,7 +25,7 @@ short_description: Manage bower packages with bower description: - Manage bower packages with bower version_added: 1.9 -author: "Michael Warkentin (@mwarkentin)" +author: '"Michael Warkentin (@mwarkentin)" ' options: name: description: diff --git a/packaging/language/composer.py b/packaging/language/composer.py index b6390bce4d9..5bbd948595a 100644 --- a/packaging/language/composer.py +++ b/packaging/language/composer.py @@ -22,7 +22,7 @@ DOCUMENTATION = ''' --- module: composer -author: "Dimitrios Tydeas Mengidis (@dmtrs)" +author: '"Dimitrios Tydeas Mengidis (@dmtrs)" ' short_description: Dependency Manager for PHP version_added: "1.6" description: diff --git a/packaging/language/cpanm.py b/packaging/language/cpanm.py index 5d36ec30844..5549dab8895 100644 --- a/packaging/language/cpanm.py +++ b/packaging/language/cpanm.py @@ -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 (@franckcuny)" +author: '"Franck Cuny (@franckcuny)" ' ''' def _is_package_installed(module, name, locallib, cpanm): diff --git a/packaging/os/dnf.py b/packaging/os/dnf.py index 305b79067d3..c76f39b1dd6 100644 --- a/packaging/os/dnf.py +++ b/packaging/os/dnf.py @@ -93,7 +93,7 @@ options: notes: [] # informational: requirements for nodes requirements: [ dnf ] -author: "Cristian van Ee (@DJMuggs)" +author: '"Cristian van Ee (@DJMuggs)" ' ''' EXAMPLES = ''' diff --git a/source_control/bzr.py b/source_control/bzr.py index bf2c873fb81..5519a8af123 100644 --- a/source_control/bzr.py +++ b/source_control/bzr.py @@ -22,7 +22,7 @@ DOCUMENTATION = u''' --- module: bzr -author: "André Paramés (@andreparames)" +author: '"André Paramés (@andreparames)" ' version_added: "1.1" short_description: Deploy software (or files) from bzr branches description: diff --git a/system/alternatives.py b/system/alternatives.py index c82eac951ad..c298afc2949 100755 --- a/system/alternatives.py +++ b/system/alternatives.py @@ -31,8 +31,8 @@ description: - Useful when multiple programs are installed but provide similar functionality (e.g. different editors). version_added: "1.6" author: - - "David Wittman (@DavidWittman)" - - "Gabe Mulley (@mulby)" + - '"David Wittman (@DavidWittman)" ' + - '"Gabe Mulley (@mulby)" ' options: name: description: diff --git a/system/at.py b/system/at.py index fb5fbdf6900..03ac14a44aa 100644 --- a/system/at.py +++ b/system/at.py @@ -59,7 +59,7 @@ options: default: false requirements: - at -author: "Richard Isaacson (@risaacson)" +author: '"Richard Isaacson (@risaacson)" ' ''' EXAMPLES = ''' diff --git a/system/capabilities.py b/system/capabilities.py index c20cd3a9fff..0c7f2e22d0b 100644 --- a/system/capabilities.py +++ b/system/capabilities.py @@ -50,7 +50,7 @@ notes: and flags to compare, so you will want to ensure that your capabilities argument matches the final capabilities. requirements: [] -author: "Nate Coraor (@natefoo)" +author: '"Nate Coraor (@natefoo)" ' ''' EXAMPLES = ''' diff --git a/system/crypttab.py b/system/crypttab.py index 8f2f563bdfd..5b0edc62363 100644 --- a/system/crypttab.py +++ b/system/crypttab.py @@ -69,7 +69,7 @@ options: notes: [] requirements: [] -author: "Steve (@groks)" +author: '"Steve (@groks)" ' ''' EXAMPLES = ''' diff --git a/system/filesystem.py b/system/filesystem.py index 3711a27024c..a2f979ecd0b 100644 --- a/system/filesystem.py +++ b/system/filesystem.py @@ -20,7 +20,7 @@ DOCUMENTATION = ''' --- -author: "Alexander Bulimov (@abulimov)" +author: '"Alexander Bulimov (@abulimov)" ' module: filesystem short_description: Makes file system on block device description: diff --git a/system/firewalld.py b/system/firewalld.py index efdd9611613..77cfc4b6bb8 100644 --- a/system/firewalld.py +++ b/system/firewalld.py @@ -69,7 +69,7 @@ options: notes: - Not tested on any debian based system. requirements: [ firewalld >= 0.2.11 ] -author: "Adam Miller (@maxamillion)" +author: '"Adam Miller (@maxamillion)" ' ''' EXAMPLES = ''' diff --git a/system/lvg.py b/system/lvg.py index 3b3b8b5a7c7..955b94668dc 100644 --- a/system/lvg.py +++ b/system/lvg.py @@ -21,7 +21,7 @@ DOCUMENTATION = ''' --- -author: "Alexander Bulimov (@abulimov)" +author: '"Alexander Bulimov (@abulimov)" ' module: lvg short_description: Configure LVM volume groups description: diff --git a/system/lvol.py b/system/lvol.py index 7fa483d318a..dc5cbb66732 100644 --- a/system/lvol.py +++ b/system/lvol.py @@ -20,9 +20,9 @@ DOCUMENTATION = ''' --- -author: - - "Jeroen Hoekx (@jhoekx)" - - "Alexander Bulimov (@abulimov)" +author: + - '"Jeroen Hoekx (@jhoekx)" ' + - '"Alexander Bulimov (@abulimov)" ' module: lvol short_description: Configure LVM logical volumes description: diff --git a/web_infrastructure/ejabberd_user.py b/web_infrastructure/ejabberd_user.py index 2031cd61b41..79fe94fcddc 100755 --- a/web_infrastructure/ejabberd_user.py +++ b/web_infrastructure/ejabberd_user.py @@ -20,7 +20,7 @@ DOCUMENTATION = ''' --- module: ejabberd_user version_added: "1.5" -author: "Peter Sprygada (@privateip)" +author: '"Peter Sprygada (@privateip)" ' short_description: Manages users for ejabberd servers requirements: - ejabberd with mod_admin_extra