Fix module name

This commit is contained in:
Michael 2016-01-07 00:08:49 -08:00
parent d26d76ea58
commit 519952d7d7

View file

@ -191,7 +191,7 @@ a lot shorter than this::
Let's test that module::
ansible/hacking/test-module -m ./time -a "time=\"March 14 12:23\""
ansible/hacking/test-module -m ./timetest.py -a "time=\"March 14 12:23\""
This should return something like::