summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorTad Merchant <system.root@gmail.com>2019-03-06 07:40:32 -0500
committerWill Thames <will@thames.id.au>2019-03-06 22:40:32 +1000
commitb979b26a74af6dc10de42f295dfad276418d7108 (patch)
tree0ce48872c3fb98d86a2484bf0801a6d1c4799a96 /hacking
parent539cab89e1dec763877f74eec60317b4bf2a12d5 (diff)
downloadansible-b979b26a74af6dc10de42f295dfad276418d7108.tar.gz
Add launch type to ecs task (#49081)
* adds fargate launch_type to ecs_task module * White space changes * fix documentation for running ecs task on fargate * remove extraneous example from ecs_task * White space changes * Adds changelog fragment * Pluralize minor_changes in changelog fragment * Add Stop and Start task permissions
Diffstat (limited to 'hacking')
-rw-r--r--hacking/aws_config/testing_policies/container-policy.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/hacking/aws_config/testing_policies/container-policy.json b/hacking/aws_config/testing_policies/container-policy.json
index 225efc7dfa..944559c159 100644
--- a/hacking/aws_config/testing_policies/container-policy.json
+++ b/hacking/aws_config/testing_policies/container-policy.json
@@ -41,6 +41,8 @@
"ecs:List*",
"ecs:RegisterTaskDefinition",
"ecs:RunTask",
+ "ecs:StartTask",
+ "ecs:StopTask",
"ecs:UpdateService",
"elasticloadbalancing:Describe*",
"iam:AttachRolePolicy",