We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e48962 commit 8a870f1Copy full SHA for 8a870f1
tests/ansible/mitogen_ansible_playbook.py
@@ -3,4 +3,8 @@
3
import subprocess
4
import sys
5
os.environ['ANSIBLE_STRATEGY'] = 'mitogen_linear'
6
-subprocess.check_call(['./run_ansible_playbook.py'] + sys.argv[1:])
+os.execlp(
7
+ './run_ansible_playbook.py',
8
9
+ *sys.argv[1:]
10
+)
0 commit comments