updated to new windows workshop login details

This commit is contained in:
David Rojas
2020-11-01 08:24:05 -08:00
parent 0cfe892252
commit 8d03303ca0

View File

@@ -1,4 +1,11 @@
---
- hosts: localhost
tasks:
- name: Prepare random postfix
set_fact:
rpfx: "{{ 1000 | random }}"
run_once: yes
- hosts: localhost
vars:
@@ -13,10 +20,6 @@
- azure.azcollection
tasks:
- name: Prepare random postfix
set_fact:
rpfx: "{{ 1000 | random }}"
run_once: yes
- name: Create a resource group
azure_rm_resourcegroup: