Skip to content

Commit 167df75

Browse files
authored
Merge pull request #81528 from jakaruna-MSFT/patch-25
(Azure CXP) MicrosoftDocs/azure-docs#34546
2 parents 087937d + 9bdd14e commit 167df75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ansible/ansible-aks-configure-rbac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Save the following playbook as `aks-create.yml`:
6868
location: "{{ location }}"
6969
7070
- name: List supported kubernetes version from Azure
71-
azure_rm_aks_version:
71+
azure_rm_aksversion_facts:
7272
location: "{{ location }}"
7373
register: versions
7474
@@ -265,4 +265,4 @@ ansible-playbook cleanup.yml
265265
## Next steps
266266

267267
> [!div class="nextstepaction"]
268-
> [Ansible on Azure](/azure/ansible/)
268+
> [Ansible on Azure](/azure/ansible/)

0 commit comments

Comments
 (0)