From 5c93068223d93b790db56345c693beb3b578454a Mon Sep 17 00:00:00 2001 From: Mike Klebolt Date: Mon, 8 Oct 2018 20:33:50 +0000 Subject: [PATCH] incorrect ref (#46492) --- docs/docsite/rst/porting_guides/porting_guide_2.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.5.rst b/docs/docsite/rst/porting_guides/porting_guide_2.5.rst index da15bd33ee..a26aba5f1a 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.5.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.5.rst @@ -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 -----------------------------