diff --git a/cloud/amazon/ecs_cluster.py b/cloud/amazon/ecs_cluster.py index 3a0d7c10636..22049a9f3c4 100644 --- a/cloud/amazon/ecs_cluster.py +++ b/cloud/amazon/ecs_cluster.py @@ -45,6 +45,7 @@ options: - The number of times to wait for the cluster to have an instance required: false extends_documentation_fragment: + - aws - ec2 ''' diff --git a/cloud/amazon/ecs_service.py b/cloud/amazon/ecs_service.py index 9056ec73660..d77c4f060ba 100644 --- a/cloud/amazon/ecs_service.py +++ b/cloud/amazon/ecs_service.py @@ -72,6 +72,9 @@ options: - The number of times to check that the service is available required: false default: 10 +extends_documentation_fragment: + - aws + - ec2 ''' EXAMPLES = ''' diff --git a/cloud/amazon/ecs_service_facts.py b/cloud/amazon/ecs_service_facts.py index d86bc93d687..5e702f27e11 100644 --- a/cloud/amazon/ecs_service_facts.py +++ b/cloud/amazon/ecs_service_facts.py @@ -40,6 +40,9 @@ options: description: - The service to get details for (required if details is true) required: false +extends_documentation_fragment: + - aws + - ec2 ''' EXAMPLES = ''' diff --git a/cloud/amazon/ecs_task.py b/cloud/amazon/ecs_task.py index c2bd73751ad..16cf4fb2d2b 100644 --- a/cloud/amazon/ecs_task.py +++ b/cloud/amazon/ecs_task.py @@ -57,6 +57,7 @@ options: - A value showing who or what started the task (for informational purposes) required: False extends_documentation_fragment: + - aws - ec2 ''' diff --git a/cloud/amazon/ecs_taskdefinition.py b/cloud/amazon/ecs_taskdefinition.py index 6ad23a88f86..e924417f9d1 100644 --- a/cloud/amazon/ecs_taskdefinition.py +++ b/cloud/amazon/ecs_taskdefinition.py @@ -53,6 +53,7 @@ options: required: False type: list of name extends_documentation_fragment: + - aws - ec2 '''