Skip to content

Commit

Permalink
Update configuration.md for role name check (#4155)
Browse files Browse the repository at this point in the history
* fixed links to other docs on the web (name standard for namespace and
role)
* added hint for extra freedom with a computed fully qualified role name
  • Loading branch information
AlexanderStohr authored Apr 30, 2024
1 parent ab55774 commit 2cd1c5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ If the computed fully qualified role name does not follow current galaxy
requirements, you can ignore it by adding `role_name_check:1` inside the configuration file.

It is strongly recommended to follow the name standard of
[namespace](https://galaxy.ansible.com/docs/contributing/namespaces.html#galaxy-namespace-limitations)
[namespace](https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html#structure)
and
[role](https://galaxy.ansible.com/docs/contributing/creating_role.html#role-names).
[role](https://ansible.readthedocs.io/projects/lint/rules/role-name/#role-name).
A `computed fully qualified role name` may further contain the dot character.

## Variable Substitution

Expand Down

0 comments on commit 2cd1c5f

Please sign in to comment.