Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mitogen
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
mitogen
Commits
4d8ccab2
Commit
4d8ccab2
authored
Mar 18, 2018
by
David Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ansible: docstring fixes
parent
2132c311
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ansible_mitogen/strategy.py
ansible_mitogen/strategy.py
+4
-4
No files found.
ansible_mitogen/strategy.py
View file @
4d8ccab2
...
...
@@ -51,7 +51,7 @@ def wrap_action_loader__get(name, *args, **kwargs):
Additionally catch attempts to instantiate the "normal" action with a task
argument whose action is "async_status", and redirect it to a special
implementation that fetches
polls
the task result via RPC.
implementation that fetches the task result via RPC.
This is used instead of static subclassing as it generalizes to third party
action modules outside the Ansible tree.
...
...
@@ -127,9 +127,9 @@ class StrategyModule(ansible.plugins.strategy.linear.StrategyModule):
For connection plug-ins, if the desired method is "local" or "ssh", it
is redirected to the "mitogen" connection plug-in. That plug-in
implements communication via a UNIX socket connection to the
master,
and uses ContextService running in the master to actually establish and
manage the connection.
implements communication via a UNIX socket connection to the
top-level
Ansible process, and uses ContextService running in the top-level
process to actually establish and
manage the connection.
For action plug-ins, the original class is looked up as usual, but a
new subclass is created dynamically in order to mix-in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment