This commit is contained in:
puicchan 2020-03-30 13:17:43 -07:00 коммит произвёл GitHub
Родитель 4206028b54
Коммит 000b0605b3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -110,7 +110,7 @@ Expand to see how you can get a key vault secret
register: output
- debug:
var: output.secret.value
var: output['secrets'][0]['secret']
```
</details>
@ -144,7 +144,7 @@ Expand to see how you can pass secret retrieved from Key Vault to the next task
resource_group: "{{ myResource_group }}"
name: "{{ myVM }}"
admin_username: "testadmin"
admin_password: " {{ output.secret.value }}"
admin_password: " {{ output['secrets'][0]['secret'] }}"
vm_size: Standard_B1ms
network_interfaces: "{{ myNIC }}"
image: