Skip to content

Commit

Permalink
Merge pull request #94 from lingling9000/ansible-galaxy-link-fix
Browse files Browse the repository at this point in the history
doc: Fix Ansible Galaxy role metadata URL
  • Loading branch information
rndmh3ro authored Nov 1, 2024
2 parents 7ea4ca0 + faf144b commit 5f6a123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ As noted above, the template _must_ start and end with the markers as comments,

`{{ content }}` will contain the rendered builtin output specific template content. For Markdown, see [templates/markdown.j2](./templates/markdown.j2).

You will most likely want to skip using it in your own template however, and use the provided variables containing the [role metadata](https://galaxy.ansible.com/docs/contributing/creating_role.html#role-metadata) and [argument specs](https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html#specification-format) directly. `aar-doc` does not manipulate the values coming in from the YAML files in any way.
You will most likely want to skip using it in your own template however, and use the provided variables containing the [role metadata](https://old-galaxy.ansible.com/docs/contributing/creating_role.html#role-metadata) and [argument specs](https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html#specification-format) directly. `aar-doc` does not manipulate the values coming in from the YAML files in any way.

Template variables:

Expand Down

0 comments on commit 5f6a123

Please sign in to comment.