fix(tooling): fixed molecule setup linked to previous path changes

This commit is contained in:
NaeiKinDus 2025-03-09 00:00:00 +00:00
parent a710ec9644
commit 170f972185
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
5 changed files with 16 additions and 13 deletions

View file

@ -70,16 +70,16 @@ Execute a command using the Python wrapper that activates the virtual env, e.g.
*build*: build all docker images available in `/images`, e.g. `task docker:build`
#### module:\<module_name\>
Directly execute a Python module located in `collections/ansible_collections/nullified/infrastructure/plugins/modules` with its default configuration
Directly execute a Python module located in `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`.
#### test:collections
Executes molecule tests on each collections declared in `collections/ansible_collections`. Requires the collection to have a working molecule configuration.
Executes molecule tests on each collections declared in `ansible_collections`. Requires the collection to have a working molecule configuration.
Useful to ensure playbooks behave as expected using a Docker container.
#### test:modules
Run Ansible's sanity tests on each collections declared in `collections/ansible_collections`.
Run Ansible's sanity tests on each collections declared in `ansible_collections`.
#### nosey
Run `noseyparker`, a tool that aims to find potential data leak such as passwords and security token.