mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-16 18:05:27 -07:00
Initial library directory
This commit is contained in:
parent
f31421576b
commit
c4f6d493b3
1 changed files with 5 additions and 0 deletions
5
library/ping
Normal file
5
library/ping
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/python
|
||||||
|
|
||||||
|
import json
|
||||||
|
|
||||||
|
print json.dumps(1)
|
Loading…
Add table
Add a link
Reference in a new issue