This commit is contained in:
Szymon Cader 2020-07-06 22:10:58 +02:00
parent 7397e04eb0
commit 7b870e7d0b
1 changed files with 1 additions and 1 deletions

View File

@ -51,5 +51,5 @@
var: ansible_python
- name: Run simple python server
shell:
cmd: "nohup {{ ansible_python.executable }} -m {{ 'http.server' if ansible_python.version.major == 3 else 'SimpleHTTPServer'}} &"
cmd: "nohup {{ ansible_python.executable }} -m {{ 'http.server' if ansible_python.version.major == 3 else 'SimpleHTTPServer'}} >/dev/null 2>&1 &"
chdir: /tmp