diff --git a/docs/docsite/rst/user_guide/playbooks_variables.rst b/docs/docsite/rst/user_guide/playbooks_variables.rst index 6ef7f99e378..e702265d225 100644 --- a/docs/docsite/rst/user_guide/playbooks_variables.rst +++ b/docs/docsite/rst/user_guide/playbooks_variables.rst @@ -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.