From 8d03303ca0ade0392295ca8d97f56292873ccc5e Mon Sep 17 00:00:00 2001 From: David Rojas Date: Sun, 1 Nov 2020 08:24:05 -0800 Subject: [PATCH] updated to new windows workshop login details --- playbooks/infrastructure/azure_mysql_server.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/playbooks/infrastructure/azure_mysql_server.yml b/playbooks/infrastructure/azure_mysql_server.yml index b114372..99d0e39 100644 --- a/playbooks/infrastructure/azure_mysql_server.yml +++ b/playbooks/infrastructure/azure_mysql_server.yml @@ -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: