Commit 14a49058 by arbabnazar

fix the duplicate entry of rabbitmq_refresh

parent dac71037
...@@ -54,11 +54,7 @@ ...@@ -54,11 +54,7 @@
wait: True wait: True
region: "{{ region }}" region: "{{ region }}"
instance_tags: "{{ instance_tags }}" instance_tags: "{{ instance_tags }}"
volumes: #volumes:
- device_name: /dev/sda
volume_type: gp2
volume_size: "{{ root_ebs_size }}"
delete_on_termination: true
# - device_name: /dev/sda1 # - device_name: /dev/sda1
# volume_type: gp2 # volume_type: gp2
# volume_size: "{{ root_ebs_size }}" # volume_size: "{{ root_ebs_size }}"
......
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