Commit 223ec8e9 by Max Rothman

Gather ec2 facts earlier so sandboxes know to put profile images in the right place in the bucket

parent bd81f47f
......@@ -24,6 +24,9 @@
#
# Start dealing with Jumbo frames issue in mixed MTU deployements in AWS
#
- name: gather ec2 facts for use in other roles
action: ec2_facts
- shell: >
/sbin/ifconfig eth0 mtu 1500 up
when: ansible_distribution in common_debian_variants
......
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