mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix bug in 'Building A Simple Module' doc (#22447)
This commit is contained in:
parent
7ad6ce7ea1
commit
990aa73ed8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue