mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 03:12:46 +00:00
Fix bug in 'Building A Simple Module' doc (#22447)
This commit is contained in:
@@ -34,7 +34,7 @@ Ok, let's get going with an example. We'll use Python. For starters, save this
|
||||
|
||||
date = str(datetime.datetime.now())
|
||||
print json.dumps({
|
||||
"Hello world!" : date
|
||||
"time" : date
|
||||
})
|
||||
|
||||
.. _module_testing:
|
||||
|
||||
Reference in New Issue
Block a user