From 46bf38711cfcd15ac395edc642524382554cbb74 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Thu, 7 Feb 2019 11:24:51 -0800 Subject: [PATCH] fix azure_rm_deployment test * recent changes to args for hosted template file broke the test; changed test to use a specific known-working commit instead of `master`. * long-term may want to consider hosting the template in httptester or just embedding a local copy --- test/integration/targets/azure_rm_deployment/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/azure_rm_deployment/tasks/main.yml b/test/integration/targets/azure_rm_deployment/tasks/main.yml index ced306efec0..45c9571ec7b 100644 --- a/test/integration/targets/azure_rm_deployment/tasks/main.yml +++ b/test/integration/targets/azure_rm_deployment/tasks/main.yml @@ -6,7 +6,7 @@ azure_rm_deployment: resource_group: "{{ resource_group }}" location: "eastus" - template_link: 'https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-vm-simple-linux/azuredeploy.json' + template_link: 'https://raw.githubusercontent.com/Azure/azure-quickstart-templates/d01a5c06f4f1bc03a049ca17bbbd6e06d62657b3/101-vm-simple-linux/azuredeploy.json' deployment_name: "{{ dns_label }}" parameters: adminUsername: