Skip to content

Commit b84f1a7

Browse files
authored
Update docs/docsite/rst/dev_guide/developing_modules_general.rst
1 parent 8e929cc commit b84f1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/rst/dev_guide/developing_modules_general.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ You can easily run a full test by including it in a playbook, as long as the ``l
137137
debug:
138138
msg: '{{ testout }}'
139139
140-
- Run the playbook and analyze the output: ``$ ANSIBLE_LIBRARY=./library ansible-playbook ./testmod.yml``
140+
- Run the playbook and analyze the output: ``$ ansible-playbook ./testmod.yml``
141141

142142
Testing your newly-created module
143143
=================================

0 commit comments

Comments
 (0)