ansible/test/integration/targets/callback_default
Sam Doran 6ce9cf7741
Change default smart connection to ssh on macOS and remove paramiko from requirements.txt (#54738)
* Remove default use of paramiko connection plugin on macOS
    This fix was originally to work around a bug that caused a kernel panic on macOS
    that has since been fixed.
* Remove paramiko from requirements.txt
* Move paramiko checking to common place
* Drop the warnings obfiscation code
* Update pip installation instructions to reflect upstream instructions
* Fix tests on CentOS 6 (Python 2.6) that now show Python deprecation warnings
* Add changelog fragment
2019-04-03 22:35:59 -04:00
..
aliases
callback_default.out.default.stderr
callback_default.out.default.stdout Add stats on rescued/ignored tasks (#48418) 2019-02-20 13:00:47 +10:00
callback_default.out.failed_to_stderr.stderr Add stats on rescued/ignored tasks (#48418) 2019-02-20 13:00:47 +10:00
callback_default.out.failed_to_stderr.stdout Add stats on rescued/ignored tasks (#48418) 2019-02-20 13:00:47 +10:00
callback_default.out.hide_ok.stderr
callback_default.out.hide_ok.stdout Add stats on rescued/ignored tasks (#48418) 2019-02-20 13:00:47 +10:00
callback_default.out.hide_skipped.stderr
callback_default.out.hide_skipped.stdout Add stats on rescued/ignored tasks (#48418) 2019-02-20 13:00:47 +10:00
callback_default.out.hide_skipped_ok.stderr
callback_default.out.hide_skipped_ok.stdout Add stats on rescued/ignored tasks (#48418) 2019-02-20 13:00:47 +10:00
inventory Fix integration tests with custom inventory. 2019-03-11 21:43:58 -07:00
runme.sh Change default smart connection to ssh on macOS and remove paramiko from requirements.txt (#54738) 2019-04-03 22:35:59 -04:00
test.yml Add stats on rescued/ignored tasks (#48418) 2019-02-20 13:00:47 +10:00
test_2.yml