From 60a9f0a8cbc07cd16a054ea854be606857a12f0d Mon Sep 17 00:00:00 2001 From: NaeiKinDus Date: Thu, 4 Jul 2024 00:00:00 +0000 Subject: [PATCH] doc(README): added missing MD escape chars for module task section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.