ansible/library/ping
2012-02-23 14:18:51 -05:00

6 lines
52 B
Python

#!/usr/bin/python
import json
print json.dumps(1)