summaryrefslogtreecommitdiff
path: root/zuul/executor/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'zuul/executor/server.py')
-rw-r--r--zuul/executor/server.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/zuul/executor/server.py b/zuul/executor/server.py
index 59bee9ddd..158042be4 100644
--- a/zuul/executor/server.py
+++ b/zuul/executor/server.py
@@ -2829,6 +2829,8 @@ class AnsibleJob(object):
stdin=subprocess.DEVNULL,
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
+ # Either this must be present, or we need the
+ # --new-session argument for bwrap.
start_new_session=True,
env=env_copy,
)