1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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
-----------------------------