diff --git a/README.md b/README.md index 5c8519d..9de8e49 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Execute a command using the Python wrapper that activates the virtualenv, e.g. ` #### docker *build*: build all docker images available in `/images`, e.g. `task docker:build` -#### module: +#### module:\ Directly execute a Python module located in `collections/ansible_collections/nullified/infrastructure/plugins/modules` with its default configuration (typically the path to a test YAML file). Used only for debugging purpose. Example call: `task module:github_artifact`.