incorrect ref (#46492)

This commit is contained in:
Mike Klebolt
2018-10-08 20:33:50 +00:00
committed by Sandra McCann
parent 278ec84cb9
commit 5c93068223

View File

@@ -89,7 +89,7 @@ You will run into errors because Ansible reads name in this context as a keyword
- { role: myrole, vars: {name: Justin, othervar: othervalue}, become: True}
For a full list of keywords see ::ref::`Playbook Keywords`.
For a full list of keywords see :ref:`playbook_keywords`.
Migrating from with_X to loop
-----------------------------