diff --git a/docs/docsite/rst/dev_guide/developing_locally.rst b/docs/docsite/rst/dev_guide/developing_locally.rst index 573dd69d7be..215240e93a0 100644 --- a/docs/docsite/rst/dev_guide/developing_locally.rst +++ b/docs/docsite/rst/dev_guide/developing_locally.rst @@ -43,6 +43,10 @@ Once you save your module file in one of these locations, Ansible will load it a To confirm that ``my_custom_module`` is available: +* type ``ansible localhost -m my_custom_module``. You should see the output for that module. + +or + * type ``ansible-doc -t module my_custom_module``. You should see the documentation for that module. .. note::