We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39d05f commit 6b1c6cbCopy full SHA for 6b1c6cb
src/ansiblelint/rules/role_name.md
@@ -26,7 +26,7 @@ For more information see the [roles directory](https://docs.ansible.com/ansible/
26
- name: Example playbook
27
hosts: localhost
28
roles:
29
- - myRole1 # <- Starts with an alphabetic character.
+ - myrole1 # <- Starts with an alphabetic character.
30
- myrole2 # <- Contains only alphanumeric characters.
31
- myrole_3 # <- Contains only lowercase alphabetic characters.
32
```
0 commit comments