mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed word case (#16753)
The word "times" should not be capitalized unless at the beginning of a sentence or in a proper noun.
This commit is contained in:
parent
d55452d3ed
commit
89a61b5b43
1 changed files with 1 additions and 1 deletions
|
@ -929,7 +929,7 @@ like so::
|
||||||
- { role: app_user, name: Graham }
|
- { role: app_user, name: Graham }
|
||||||
- { role: app_user, name: John }
|
- { role: app_user, name: John }
|
||||||
|
|
||||||
That's a bit arbitrary, but you can see how the same role was invoked multiple Times. In that example it's quite likely there was
|
That's a bit arbitrary, but you can see how the same role was invoked multiple times. In that example it's quite likely there was
|
||||||
no default for 'name' supplied at all. Ansible can yell at you when variables aren't defined -- it's the default behavior in fact.
|
no default for 'name' supplied at all. Ansible can yell at you when variables aren't defined -- it's the default behavior in fact.
|
||||||
|
|
||||||
So that's a bit about roles.
|
So that's a bit about roles.
|
||||||
|
|
Loading…
Reference in a new issue