Merge pull request #13746 from miketwo/patch-1

Fix module name
This commit is contained in:
Brian Coca 2016-01-07 08:45:36 -05:00
commit 21e4dd6a80

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::