Commit 276c494f by arbabnazar

fix the duplicate entry of rabbitmq_refresh

parent d683ed2e
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
dns_name: "{{ dns_name }}" dns_name: "{{ dns_name }}"
dns_zone: "{{ dns_zone }}" dns_zone: "{{ dns_zone }}"
zone: "{{ zone }}" zone: "{{ zone }}"
vpc_subnet_id: "{{ vpc_subnet_id }}" ec2_vpc_subnet_id: "{{ vpc_subnet_id }}"
assign_public_ip: yes assign_public_ip: yes
terminate_instance: true terminate_instance: true
instance_profile_name: sandbox instance_profile_name: sandbox
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
group: "{{ security_group }}" group: "{{ security_group }}"
instance_type: "{{ instance_type }}" instance_type: "{{ instance_type }}"
image: "{{ ami }}" image: "{{ ami }}"
vpc_subnet_id: "subnet-cd867aba" #"{{ vpc_subnet_id }}" vpc_subnet_id: "{{ ec2_vpc_subnet_id }}" #"subnet-cd867aba"
assign_public_ip: yes assign_public_ip: yes
wait: True wait: True
region: "{{ region }}" region: "{{ region }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment