mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
adding enable_rbac option in aks (#47730)
* adding enable_rbac option in aks * fixes * addressed comments
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
- name: default
|
||||
count: 1
|
||||
vm_size: Standard_DS1_v2
|
||||
enable_rbac: yes
|
||||
register: output
|
||||
|
||||
- name: Assert the AKS instance is well created
|
||||
@@ -81,6 +82,7 @@
|
||||
- name: default
|
||||
count: 1
|
||||
vm_size: Standard_DS1_v2
|
||||
enable_rbac: yes
|
||||
register: output
|
||||
|
||||
- name: Assert idempotent
|
||||
|
||||
Reference in New Issue
Block a user