updated to new windows workshop login details

This commit is contained in:
David Rojas
2020-11-01 08:14:20 -08:00
parent d0ea4ac370
commit 0cfe892252

View File

@@ -3,11 +3,11 @@
vars: vars:
resource_group: "{{ resource_group_name }}" resource_group: "{{ resource_group_name }}"
location: {{ azure_region }} location: "{{ azure_region }}"
mysqlserver_name: mysql{{ rpfx }} mysqlserver_name: mysql"{{ rpfx }}"
mysqldb_name: {{ sqlserver_name }} mysqldb_name: "{{ sqlserver_name }}"
admin_username: {{ admin_user }} admin_username: "{{ admin_user }}"
admin_password: {{ admin_pw }} admin_password: "{{ admin_pw }}"
collections: collections:
- azure.azcollection - azure.azcollection