Commit b325f311 by arbabnazar

fix the duplicate entry of rabbitmq_refresh

parent 14a49058
......@@ -54,12 +54,12 @@
wait: True
region: "{{ region }}"
instance_tags: "{{ instance_tags }}"
#volumes:
# - device_name: /dev/sda1
# volume_type: gp2
# volume_size: "{{ root_ebs_size }}"
# delete_on_termination: true
# encrypted: False
volumes:
- device_name: /dev/sda1
volume_type: gp2
volume_size: "{{ root_ebs_size }}"
delete_on_termination: true
encrypted: False
zone: "{{ zone }}"
instance_profile_name: "{{ instance_profile_name }}"
register: ec2
......
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