From 6807878e2d6d7704ac9bf427b3c8ed3eff601df7 Mon Sep 17 00:00:00 2001 From: Jim Ladd Date: Tue, 25 Feb 2020 11:51:41 -0800 Subject: [PATCH] I think this is the right place for iam_role_arn in the tests? --- awx/main/tests/data/inventory/plugins/ec2/files/aws_ec2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/tests/data/inventory/plugins/ec2/files/aws_ec2.yml b/awx/main/tests/data/inventory/plugins/ec2/files/aws_ec2.yml index a56f7a1ad0..257da7d611 100644 --- a/awx/main/tests/data/inventory/plugins/ec2/files/aws_ec2.yml +++ b/awx/main/tests/data/inventory/plugins/ec2/files/aws_ec2.yml @@ -1,5 +1,4 @@ boto_profile: /tmp/my_boto_stuff -iam_role_arn: arn:aws:iam::123456789012:role/test-role compose: ansible_host: public_ip_address ec2_account_id: owner_id @@ -54,6 +53,7 @@ hostnames: - network-interface.addresses.association.public-ip - dns-name - private-dns-name +iam_role_arn: arn:aws:iam::123456789012:role/test-role keyed_groups: - key: placement.availability_zone parent_group: zones