diff options
author | Martin Krizek <martin.krizek@gmail.com> | 2024-06-28 16:50:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-28 16:50:45 +0200 |
commit | a8e4106c4748995ff4e6b91e84d7692b654b721f (patch) | |
tree | c271f5e1dcfa581e6e51fdda7e4346b1cfd7fd43 /test/integration/targets/shell | |
parent | dnf: remove legacy code (#83298) (diff) | |
download | ansible-a8e4106c4748995ff4e6b91e84d7692b654b721f.tar.xz ansible-a8e4106c4748995ff4e6b91e84d7692b654b721f.zip |
Fix tb for when env var contains % (#83499)
Fixes #83498
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
Diffstat (limited to 'test/integration/targets/shell')
-rw-r--r-- | test/integration/targets/shell/tasks/command-building.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/shell/tasks/command-building.yml b/test/integration/targets/shell/tasks/command-building.yml index bd452618b5..d22f67467c 100644 --- a/test/integration/targets/shell/tasks/command-building.yml +++ b/test/integration/targets/shell/tasks/command-building.yml @@ -28,6 +28,7 @@ ANSIBLE_REMOTE_TMP: '{{ atd }}' ANSIBLE_NOCOLOR: "1" ANSIBLE_FORCE_COLOR: "0" + TEST: "foo%D" register: command_building delegate_to: localhost |