Fix variable name in an example (#65760)

Makes the variable name consistent between the example code (`myname`) and the text below (mentioning a variable called `name`) in the docs.
pull/65782/head
Mossroy 5 years ago committed by Alicia Cozine
parent 493ec588ab
commit c3c1708dea

@ -1186,7 +1186,7 @@ This can often be used for things that might apply to some hosts multiple times.
myname: John
In this example, the same role was invoked multiple times. It's quite likely there was
no default for ``name`` supplied at all. Ansible can warn you when variables aren't defined -- it's the default behavior in fact.
no default for ``myname`` supplied at all. Ansible can warn you when variables aren't defined -- it's the default behavior in fact.
There are a few other things that go on with roles.

Loading…
Cancel
Save