Skip to content

Commit a1629d8

Browse files
authored
Fix Cloud type reference
1 parent c6d7d5d commit a1629d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

files/ansible/avi-controller-aws-all-in-one-play.yml.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
avi_api_patch_op: add
301301
name: "{{ cloud_name }}"
302302
dns_provider_ref: "{{ create_dns_avi.obj.url }}"
303-
vtype: CLOUD_AZURE
303+
vtype: CLOUD_AWS
304304
when: configure_dns_profile.type == "AVI"
305305

306306
- name: Create AWS Route53 DNS Profile
@@ -327,7 +327,7 @@
327327
avi_api_patch_op: add
328328
name: "{{ cloud_name }}"
329329
dns_provider_ref: "{{ create_dns_aws.obj.url }}"
330-
vtype: CLOUD_AZURE
330+
vtype: CLOUD_AWS
331331
when: configure_dns_profile.type == "AWS" and route53_integration == false
332332
when: configure_dns_profile.enabled == true
333333
tags: dns_profile
@@ -607,4 +607,4 @@
607607
when: (controller_ha == true and avi_upgrade.enabled == true) or
608608
(controller_ha == true and register_controller.enabled == true)
609609
tags: verify_cluster
610-
%{ endif ~}
610+
%{ endif ~}

0 commit comments

Comments
 (0)