From ffba0a5d99d7c5757708d305f45d5b58f51645b6 Mon Sep 17 00:00:00 2001 From: David Medberry Date: Mon, 25 Jun 2018 17:54:44 -0600 Subject: [PATCH] Update aws_caller_facts.py (#41936) Minor typo (accont vs account) and rewording to remove dangling from. +label: docsite_pr --- lib/ansible/modules/cloud/amazon/aws_caller_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/aws_caller_facts.py b/lib/ansible/modules/cloud/amazon/aws_caller_facts.py index e55b9d54f3a..06b20a73285 100644 --- a/lib/ansible/modules/cloud/amazon/aws_caller_facts.py +++ b/lib/ansible/modules/cloud/amazon/aws_caller_facts.py @@ -13,7 +13,7 @@ DOCUMENTATION = ''' module: aws_caller_facts short_description: Get facts about the user and account being used to make AWS calls. description: - - This module returns information about the accont and user / role that the AWS access tokens are from. + - This module returns information about the account and user / role from which the AWS access tokens originate. - The primary use of this is to get the account id for templating into ARNs or similar to avoid needing to specify this information in inventory. version_added: "2.6"