mirror of
https://github.com/haidaraM/ansible-playbook-grapher
synced 2024-11-12 23:17:07 +00:00
389e6ffda3
Co-authored-by: haidaraM <haidaraM@users.noreply.github.com>
14 lines
295 B
Django/Jinja
14 lines
295 B
Django/Jinja
## Generated Mermaid files
|
|
|
|
This is the list of all the mermaid graph generated by the tests.
|
|
|
|
**Note:** It doesn't match the generated SVGs graphs yet in the artifacts.
|
|
|
|
{% for file in files -%}
|
|
### {{ file.name }} - {{ matrix_job_identifier }}
|
|
|
|
```mermaid
|
|
{{ file.content }}
|
|
```
|
|
|
|
{% endfor %}
|