diff options
author | Calvin Wu <calvin620707@msn.com> | 2018-07-12 21:16:41 +0800 |
---|---|---|
committer | Will Thames <will@thames.id.au> | 2018-07-12 23:16:41 +1000 |
commit | 7e42e88cc128ad24f6ada460fd0277fd2e68bed2 (patch) | |
tree | f14717b7604d3bbd9c7616794aa127c11d5c841b /hacking | |
parent | e4c28571d00632d612a87182e766fec481ff9a18 (diff) | |
download | ansible-7e42e88cc128ad24f6ada460fd0277fd2e68bed2.tar.gz |
ecs_taskdefinition can absent without containers argument (#41398)
* ecs_taskdefinition can absent without containers argument
* add regression test for absent with arn
* Add PassRole privilege for ecs_cluster to pass
Diffstat (limited to 'hacking')
-rw-r--r-- | hacking/aws_config/testing_policies/compute-policy.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hacking/aws_config/testing_policies/compute-policy.json b/hacking/aws_config/testing_policies/compute-policy.json index 1e7171ce53..be5b69af85 100644 --- a/hacking/aws_config/testing_policies/compute-policy.json +++ b/hacking/aws_config/testing_policies/compute-policy.json @@ -213,7 +213,8 @@ "arn:aws:iam::{{aws_account}}:role/ansible_lambda_role", "arn:aws:iam::{{aws_account}}:role/ecsInstanceRole", "arn:aws:iam::{{aws_account}}:role/ecsServiceRole", - "arn:aws:iam::{{aws_account}}:role/aws_eks_cluster_role" + "arn:aws:iam::{{aws_account}}:role/aws_eks_cluster_role", + "arn:aws:iam::{{aws_account}}:role/ecsTaskExecutionRole" ] }, { |