ansible/library/ping

6 lines
52 B
Text
Raw Normal View History

2012-02-23 20:18:51 +01:00
#!/usr/bin/python
import json
print json.dumps(1)