mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Fix typos, improve markup, improve scenario guide (#699)
* Fix typos. * Improve markup. * Mention missing 'new' modules in scenario guide.
This commit is contained in:
@@ -261,7 +261,7 @@ class LoginManager(DockerBaseClass):
|
||||
|
||||
def run(self):
|
||||
'''
|
||||
Do the actuall work of this task here. This allows instantiation for partial
|
||||
Do the actual work of this task here. This allows instantiation for partial
|
||||
testing.
|
||||
'''
|
||||
|
||||
|
||||
@@ -266,7 +266,7 @@ EXAMPLES = '''
|
||||
|
||||
RETURN = '''
|
||||
swarm_facts:
|
||||
description: Informations about swarm.
|
||||
description: Information about swarm.
|
||||
returned: success
|
||||
type: dict
|
||||
contains:
|
||||
|
||||
Reference in New Issue
Block a user