Commit 22eb3342 by Max Rothman

Merge pull request #2229 from edx/max/aws-profile

Add profile support to enhanced networking task
parents c0ab7c92 d98bb9cb
......@@ -339,7 +339,7 @@
- name: Set enhanced networking instance attribute
local_action:
module: shell aws ec2 modify-instance-attribute --instance-id {{ instance_id }} --sriov-net-support simple
module: shell aws --profile {{ profile }} ec2 modify-instance-attribute --instance-id {{ instance_id }} --sriov-net-support simple
when: enhanced_networking == true
- name: Start instances
......
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