[stable-2.6] 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
(cherry picked from commit 46bf387
)
Co-authored-by: Matt Davis <mrd@redhat.com>
This commit is contained in:
parent
4829854791
commit
de1c9ff56c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue