mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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…
Reference in a new issue