Commit 80c56b50 by arbabnazar

fix the duplicate entry of rabbitmq_refresh

parent d81cab8a
...@@ -54,12 +54,12 @@ ...@@ -54,12 +54,12 @@
wait: True wait: True
region: "{{ region }}" region: "{{ region }}"
instance_tags: "{{ instance_tags }}" instance_tags: "{{ instance_tags }}"
# volumes: volumes:
# - device_name: /dev/sda1 - device_name: /dev/sda1
# volume_type: gp2 volume_type: gp2
# volume_size: "{{ root_ebs_size }}" volume_size: "{{ root_ebs_size }}"
# delete_on_termination: true delete_on_termination: true
# encrypted: False encrypted: False
zone: "{{ zone }}" zone: "{{ zone }}"
instance_profile_name: "{{ instance_profile_name }}" instance_profile_name: "{{ instance_profile_name }}"
register: ec2 register: ec2
......
...@@ -2,7 +2,7 @@ ansible==2.1.0.0 ...@@ -2,7 +2,7 @@ ansible==2.1.0.0
PyYAML==3.11 PyYAML==3.11
Jinja2==2.8 Jinja2==2.8
MarkupSafe==0.23 MarkupSafe==0.23
boto==2.32.1 boto==2.40.0
ecdsa==0.11 ecdsa==0.11
paramiko==1.15.1 paramiko==1.15.1
pycrypto==2.6.1 pycrypto==2.6.1
......
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