Steven Robertson
119e1c24aa
code cleanup
6 years ago
Steven Robertson
cec692dc17
faking pipelining so discover_interpreter can successfully exit
6 years ago
Steven Robertson
a6d2b2cd90
doesn't error when declaring 'ansible_python_interpreter: auto' but fact isn't being cached
6 years ago
Steven Robertson
19ba2417c8
now able to get the action object, but recursion error in low_level_exec_command
6 years ago
Steven Robertson
806651e112
working on ansible discovery; need to fix passing ActionModuleMixin reference still
6 years ago
Steven Robertson
e728cee7cb
missed a linting spot
6 years ago
Steven Robertson
d64adb15d7
reverted autolinted code
6 years ago
Steven Robertson
99d0b08e2f
Merge branch 'master' into complexAnsiblePythonInterpreterArg
6 years ago
David Wilson
a98017d478
Merge commit 'refs/pull/origin/653' into docs-master
...
* commit 'refs/pull/origin/653':
docs: fixes minor typo (pefectly -> perfectly)
docs: fix link
docs: update Changelog note with correct time and add footnote
docs: insert 'representative'
docs: add bug links to Changelog.
docs: another Changelog typo.
docs: fix broken changelog link
docs: changelog typos
docs: changelog typos
6 years ago
David Wilson
c289b1699d
Merge remote-tracking branch 'origin/dmw'
...
* origin/dmw:
issue #667 : fix inverted test for Waker write() failure.
6 years ago
David Wilson
91f74a04ac
issue #667 : fix inverted test for Waker write() failure.
6 years ago
Steven Robertson
e8f3154cab
Merge branch 'master' into complexAnsiblePythonInterpreterArg
6 years ago
David Wilson
c44cba030e
issue #660 : update Changelog.
6 years ago
David Wilson
c26f5d159a
Merge remote-tracking branch 'origin/stable-029'
...
* origin/stable-029:
Bump version for release.
6 years ago
David Wilson
153d79b878
Bump version for release.
6 years ago
David Wilson
e70c316eef
Merge remote-tracking branch 'origin/dmw'
6 years ago
David Wilson
d6329f3446
Merge devel/290 @ 79b979ec8544ef5d8620c64068d4a42fabf50415
6 years ago
Steven Robertson
bca9d9bf67
added info to ansible_detailed.rst explaining new ansible_python_interpreter functionality
6 years ago
Steven Robertson
4669c8774f
handles templating ansible_python_interpreter values
6 years ago
Steven Robertson
cc11864b7d
code cleanup
6 years ago
Steven Robertson
50a11a80f0
sudo command works again when 'source' is used in ansible_python_interpreter
6 years ago
Steven Robertson
f1eed0163d
able to launch desired sudo command now; something is still broken though
6 years ago
Steven Robertson
24b170311a
able to get to 'sudo: source not found' after preventing escape of && so python connects
6 years ago
Steven Robertson
2ff48316f6
now able to get error: 'python: command not found'
6 years ago
Steven Robertson
defa5ef853
trying to support special python interpreters
6 years ago
Percy Grunwald
6ea2cef5c5
docs: fixes minor typo (pefectly -> perfectly)
6 years ago
David Wilson
be4f1bdb50
issue #646 : add extra logging to assertions and start_child()
6 years ago
David Wilson
03b051ff11
docs: fix link
7 years ago
David Wilson
146bcd38fb
docs: update Changelog note with correct time and add footnote
...
Looking at textedit window before closing, I notice the Mitogen time was
taken from /usr/bin/time while the Ansible time was taken from the
profile callback plugin.
7 years ago
David Wilson
a285488f65
docs: insert 'representative'
7 years ago
David Wilson
b02fedc83f
docs: add bug links to Changelog.
7 years ago
David Wilson
f95aadc3c5
docs: another Changelog typo.
7 years ago
David Wilson
7968c4b89f
docs: fix broken changelog link
7 years ago
David Wilson
c5243e008d
docs: changelog typos
7 years ago
David Wilson
0d077dc837
docs: changelog typos
7 years ago
David Wilson
99c5cece3a
Merge remote-tracking branch 'origin/dmw'
...
* origin/dmw:
issue #633 : skip test on older Ansibles.
issue #633 : update Changelog.
issue #633 : various task_vars fixes
issue #633 : handle meta: reset_connection when become is active
issue #633 : take inventory_hostname from task_vars
docs: , -> :
docs: use new manpage alias in one more place
7 years ago
David Wilson
3023ab3b7b
issue #633 : skip test on older Ansibles.
7 years ago
David Wilson
e3c514d906
issue #633 : update Changelog.
7 years ago
David Wilson
efd82dd35a
issue #633 : various task_vars fixes
...
- take host_vars from task_vars too
- make missing task_vars a hard error
- update tests to provide stub task_vars
7 years ago
David Wilson
fc09b81949
issue #633 : handle meta: reset_connection when become is active
...
- don't create a new connection during reset if no existing connection
exists
- strip off last hop in connection stack if PlayContext.become is True.
- log a debug message if reset cannot find an existing connection
7 years ago
David Wilson
b6d1df749c
issue #633 : take inventory_hostname from task_vars
...
It used to be set by on_action_run() from task_vars, but this doesn't
work for meta: reset_connection. That meant MITOGEN_CPU_COUNT>1 would
pick the wrong mux to reset the connection on.
7 years ago
David Wilson
ed33236c71
docs: , -> :
7 years ago
David Wilson
9b79986859
docs: use new manpage alias in one more place
7 years ago
David Wilson
2b05f2209a
Merge remote-tracking branch 'origin/v028'
...
* origin/v028:
Bump version for release.
docs: update Changelog for 0.2.8.
issue #627 : add test and tweak Reaper behaviour.
docs: lots more changelog concision
docs: changelog concision
docs: more changelog tweaks
docs: reorder chapters
docs: versionless <title>
docs: update supported Ansible version, mention unsupported features
docs: changelog fixes/tweaks
issue #590 : update Changelog.
7 years ago
David Wilson
c82112a34b
Bump version for release.
7 years ago
David Wilson
7a391022ef
docs: update Changelog for 0.2.8.
7 years ago
David Wilson
b21be478e4
issue #627 : add test and tweak Reaper behaviour.
7 years ago
David Wilson
4bd0a234ce
docs: lots more changelog concision
7 years ago
David Wilson
8a11dea075
docs: changelog concision
7 years ago
David Wilson
efe91092dc
docs: more changelog tweaks
7 years ago