mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
more string corrections
This commit is contained in:
parent
bab763de89
commit
d344a3fde3
33 changed files with 44 additions and 37 deletions
|
@ -82,7 +82,7 @@ options:
|
|||
choices: ['yes', 'no']
|
||||
|
||||
requirements: [ "urllib", "urllib2" ]
|
||||
author: Nandor Sivok
|
||||
author: '"Nandor Sivok (@dominis)" <nandor@gawker.com>'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -22,7 +22,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: openvswitch_bridge
|
||||
version_added: 1.4
|
||||
author: David Stygstra
|
||||
author: '"David Stygstra (@stygstra)" <david.stygstra@gmail.com>'
|
||||
short_description: Manage Open vSwitch bridges
|
||||
requirements: [ ovs-vsctl ]
|
||||
description:
|
||||
|
|
|
@ -22,7 +22,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: openvswitch_port
|
||||
version_added: 1.4
|
||||
author: David Stygstra
|
||||
author: '"David Stygstra (@stygstra)" <david.stygstra@gmail.com>'
|
||||
short_description: Manage Open vSwitch ports
|
||||
requirements: [ ovs-vsctl ]
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue