summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <mclay@redhat.com>2021-09-03 08:31:20 -0700
committerGitHub <noreply@github.com>2021-09-03 08:31:20 -0700
commitfc8197e32675dd0343939f107b5f017993e36f62 (patch)
tree6c7b4a8e7de7d391530c0281fe05cbe986b0d281 /changelogs
parente60ee8234312dc181513fb6dd272bc0f81293a91 (diff)
downloadansible-fc8197e32675dd0343939f107b5f017993e36f62.tar.gz
AnsiballZ - Make sure cwd is accessible. (#75636)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansiballz-chdir.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/ansiballz-chdir.yml b/changelogs/fragments/ansiballz-chdir.yml
new file mode 100644
index 0000000000..01a034f940
--- /dev/null
+++ b/changelogs/fragments/ansiballz-chdir.yml
@@ -0,0 +1,3 @@
+minor_changes:
+ - The AnsiballZ Python wrapper now changes the working directory to ``~`` or ``/`` if the current one is not accessible.
+ This allows become to drop privileges on macOS when using pipelining.