tests: replace another shell script.
parent
6bae586923
commit
4d443e654b
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
os.environ['ANSIBLE_STRATEGY'] = 'mitogen_linear'
|
||||
subprocess.check_call(['./run_ansible_playbook.py'] + sys.argv[1:])
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
export ANSIBLE_STRATEGY=mitogen_linear
|
||||
exec ./run_ansible_playbook.py "$@"
|
Loading…
Reference in New Issue