mirror of https://github.com/ansible/ansible.git
Set fact for proxy.py pid
parent
c206d4f335
commit
6367c699de
@ -1,2 +1,2 @@
|
|||||||
- name: stop proxy.py
|
- name: stop proxy.py
|
||||||
command: kill {{ proxy_py_pid.content|b64decode }}
|
command: kill {{ proxy_py_pid }}
|
||||||
|
Loading…
Reference in New Issue