Skip to content

Commit 6b1c6cb

Browse files
authored
Fix role-name correct code example (#2591)
1 parent a39d05f commit 6b1c6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansiblelint/rules/role_name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For more information see the [roles directory](https://docs.ansible.com/ansible/
2626
- name: Example playbook
2727
hosts: localhost
2828
roles:
29-
- myRole1 # <- Starts with an alphabetic character.
29+
- myrole1 # <- Starts with an alphabetic character.
3030
- myrole2 # <- Contains only alphanumeric characters.
3131
- myrole_3 # <- Contains only lowercase alphabetic characters.
3232
```

0 commit comments

Comments
 (0)