doc(README): added missing MD escape chars for module task section

This commit is contained in:
NaeiKinDus 2024-07-04 00:00:00 +00:00
parent fc11d3ee83
commit 60a9f0a8cb
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56

View file

@ -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_name>
#### module:\<module_name\>
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`.