Steven Robertson
|
51b43104e0
|
adding interpreter_discovery tests to ci
|
2020-02-18 15:48:46 -08:00 |
Steven Robertson
|
371ef07683
|
with statement doesn't exist in early python
|
2020-02-18 15:35:33 -08:00 |
Steven Robertson
|
39b55796c5
|
forgot sudo
|
2020-02-18 15:18:14 -08:00 |
Steven Robertson
|
57d56a63c0
|
apt deb should be in cassandra.list
|
2020-02-18 15:07:40 -08:00 |
Steven Robertson
|
a8888916b1
|
sources.list not what was expected, debug commit to find the bad deb entry
|
2020-02-18 15:01:38 -08:00 |
Steven Robertson
|
f14144fb9e
|
try and fix bad cassandra apt-get update on azure ubuntu 16.04 vm
|
2020-02-18 14:56:54 -08:00 |
Steven Robertson
|
3d28ed11b7
|
added wrong key for debian 9 test container
|
2020-02-16 02:01:17 -08:00 |
Steven Robertson
|
e407172aa8
|
add missing apt key
|
2020-02-16 01:15:28 -08:00 |
Steven Robertson
|
5c27e07d3c
|
adding verbosity
|
2020-02-16 00:52:49 -08:00 |
Steven Robertson
|
9eedff97a6
|
closed fp after writing to temp files
|
2020-02-15 15:40:10 -08:00 |
Steven Robertson
|
3e6e99eeb7
|
correctly renaming azure mac pipeline
|
2020-02-15 15:16:33 -08:00 |
Steven Robertson
|
c9dd36dbc4
|
pegging back to ans 2.8
|
2020-02-14 17:16:54 -08:00 |
Steven Robertson
|
e138286185
|
remove verbosity
|
2020-02-14 17:05:27 -08:00 |
Steven Robertson
|
90d51fcbbd
|
'fix' test for virtualenv on mac
|
2020-02-14 16:57:41 -08:00 |
Steven Robertson
|
747a75a0e9
|
adding logging again
|
2020-02-14 16:46:00 -08:00 |
Steven Robertson
|
188acd7c5c
|
bumping ansible version on Mac
|
2020-02-14 16:39:43 -08:00 |
Steven Robertson
|
488ab3553e
|
upgrade ansible back to 2.9.4, and fix issue with virtualenv on Mac
|
2020-02-14 16:38:13 -08:00 |
Steven Robertson
|
e85720f4d5
|
peg to a previously-passing ansible version
|
2020-02-14 12:55:42 -08:00 |
Steven Robertson
|
6d179da480
|
ported over tests from ansible validating python interpreter discovery
|
2020-02-12 18:23:30 -08:00 |
Steven Robertson
|
5fbcb9e28c
|
reverting -vvv
|
2020-02-12 16:12:03 -08:00 |
Steven Robertson
|
868de4e5ba
|
added ability to repro current virtualenv bug behind a proxy, and adding verbosity to see why azure is unhappy
|
2020-02-12 12:25:23 -08:00 |
Steven Robertson
|
91785f8862
|
fix another bad import
|
2020-02-11 18:46:14 -08:00 |
Steven Robertson
|
ee310c1a68
|
remove_internal_keys returns None, so need different way to check fallback
|
2020-02-11 18:08:02 -08:00 |
Steven Robertson
|
722cf0ea8d
|
handle ansible 2.3.3 remove_internal_keys
|
2020-02-11 17:21:47 -08:00 |
Steven Robertson
|
cf1c3aac1c
|
fix typo
|
2020-02-11 16:33:29 -08:00 |
Steven Robertson
|
ba350aa6cf
|
assigned interpreter vars to the wrong class
|
2020-02-11 16:25:57 -08:00 |
Steven Robertson
|
d74da84f62
|
the clean module was added later
|
2020-02-10 17:59:24 -08:00 |
Steven Robertson
|
496d96c01a
|
need to convert to str because of unicode_literals
|
2020-02-10 17:45:23 -08:00 |
Steven Robertson
|
aa0ad5ce8f
|
accidentally broke discovery
|
2020-02-10 16:42:02 -08:00 |
Steven Robertson
|
160dbd86b4
|
keeping track of interpreter discovery vars in case of ansible < 2.8
|
2020-02-05 17:20:28 -08:00 |
Steven Robertson
|
f10fb7d486
|
more test cases pass
|
2020-02-05 17:09:34 -08:00 |
Steven Robertson
|
e3eebb98d0
|
ImportError instead of newer ModuleNotFoundError
|
2020-02-05 15:40:25 -08:00 |
Steven Robertson
|
2d3d9cb659
|
fallback to old-style python interpreter default if running ansible < 2.8.0
|
2020-02-05 15:34:47 -08:00 |
Steven Robertson
|
1dddfadf32
|
removing note saying ansible 2.8 interpreter discovery doesn't work
|
2020-02-05 15:28:29 -08:00 |
Steven Robertson
|
ff2fa60184
|
fixed typo
|
2020-02-05 11:22:52 -08:00 |
Steven Robertson
|
0b57332d75
|
all test cases for ansible_python_interpreter on OSX pass now
|
2020-02-03 21:56:32 -08:00 |
Steven Robertson
|
81694d07ab
|
fix typo
|
2020-02-03 16:57:30 -08:00 |
Steven Robertson
|
8630f6190c
|
fixed propagating discovered interpreter to future tasks; sys.executable still wrong though
|
2020-02-03 14:51:50 -08:00 |
Steven Robertson
|
af1e22d4e1
|
able to propagate ansible_python_interpreter fact but still doesn't save between task runs
|
2020-02-03 14:36:47 -08:00 |
Steven Robertson
|
119e1c24aa
|
code cleanup
|
2020-01-31 17:37:26 -08:00 |
Steven Robertson
|
cec692dc17
|
faking pipelining so discover_interpreter can successfully exit
|
2020-01-31 17:22:49 -08:00 |
Steven Robertson
|
a6d2b2cd90
|
doesn't error when declaring 'ansible_python_interpreter: auto' but fact isn't being cached
|
2020-01-31 17:08:43 -08:00 |
Steven Robertson
|
19ba2417c8
|
now able to get the action object, but recursion error in low_level_exec_command
|
2020-01-31 15:14:44 -08:00 |
Steven Robertson
|
806651e112
|
working on ansible discovery; need to fix passing ActionModuleMixin reference still
|
2020-01-30 15:44:20 -08:00 |
Steven Robertson
|
e728cee7cb
|
missed a linting spot
|
2020-01-29 18:56:54 -08:00 |
Steven Robertson
|
d64adb15d7
|
reverted autolinted code
|
2020-01-29 18:55:35 -08:00 |
Steven Robertson
|
99d0b08e2f
|
Merge branch 'master' into complexAnsiblePythonInterpreterArg
|
2020-01-10 20:24:06 -08:00 |
David Wilson
|
c289b1699d
|
Merge remote-tracking branch 'origin/dmw'
* origin/dmw:
issue #667: fix inverted test for Waker write() failure.
|
2019-11-21 20:10:25 +00:00 |
David Wilson
|
91f74a04ac
|
issue #667: fix inverted test for Waker write() failure.
|
2019-11-21 14:27:34 +00:00 |
Steven Robertson
|
e8f3154cab
|
Merge branch 'master' into complexAnsiblePythonInterpreterArg
|
2019-11-15 16:08:51 -08:00 |