mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Initial library directory
This commit is contained in:
5
library/ping
Normal file
5
library/ping
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import json
|
||||
|
||||
print json.dumps(1)
|
||||
Reference in New Issue
Block a user