summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/shell (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update triple single quotes to triple double quotes (#84099)Matt Clay2024-10-092-6/+6
| | | | | | | | | * Update triple single quotes to triple double quotes This change was fully automated. The updated Python files have been verified to tokenize the same as the originals, except for the expected change in quoting of strings, which were verified through literal_eval. * Manual conversion of docstring quotes
* Typo fixes and other bits and bobs (#83672)Lee Garrett2024-07-271-1/+1
| | | Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu>
* Fix tb for when env var contains % (#83499)Martin Krizek2024-06-281-0/+1
| | | | | Fixes #83498 Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
* Properly quote all needed components of shell commands (#83365)Matt Martz2024-06-064-0/+62
| | | | | * Properly quote all needed components of shell commands * Use self.quote, add new self.join
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-053-7/+3
|
* Fix transport defs in test connection plugins.Matt Clay2020-06-182-6/+0
|
* Improve test compatibility with ansible-base. (#67325)Matt Clay2020-02-121-4/+0
| | | | | | * Remove shells from test that will be migrated. * Fix binary_modules test to work without win_ping.
* Re-add support for setting shell from play context (#52139)Jordan Borean2019-02-135-0/+149
* Re-add support for setting shell from play context * Add integration tests * Add more tests for shell override * fix sanity issue