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:
parent
278ec84cb9
commit
5c93068223
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
-----------------------------
|
||||
|
|
Loading…
Reference in a new issue