From db46ec99defacf97866beabde5b84cd9d0a1656f Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Thu, 28 Apr 2022 12:37:58 +0200 Subject: [PATCH] Docs linting fixups (#1100) Docs linting fixups SUMMARY While testing out linting/validation of the generated docs, a number of issues were highlighted. ISSUE TYPE Docs Pull Request COMPONENT NAME plugins/modules/aws_batch_job_definition.py plugins/modules/aws_config_rule.py plugins/modules/aws_secret.py plugins/modules/aws_waf_rule.py plugins/modules/cloudfront_invalidation.py plugins/modules/ec2_placement_group_info.py plugins/modules/iam_user.py plugins/modules/route53_health_check.py plugins/modules/s3_sync.py ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz This commit was initially merged in https://github.com/ansible-collections/community.aws See: https://github.com/ansible-collections/community.aws/commit/c5363d56dc761e6a8b53be7d0ebd243af20adec7 --- plugins/modules/iam_user.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/iam_user.py b/plugins/modules/iam_user.py index 7ec3901aa45..6266d992003 100644 --- a/plugins/modules/iam_user.py +++ b/plugins/modules/iam_user.py @@ -13,7 +13,7 @@ short_description: Manage AWS IAM users description: - A module to manage AWS IAM users. - - The module does not manage groups that users belong to, groups memberships can be managed using `iam_group`. + - The module does not manage groups that users belong to, groups memberships can be managed using M(community.aws.iam_group). author: Josh Souza (@joshsouza) options: name: @@ -104,7 +104,7 @@ EXAMPLES = r''' # Note: These examples do not set authentication details, see the AWS Guide for details. # Note: This module does not allow management of groups that users belong to. -# Groups should manage their membership directly using `iam_group`, +# Groups should manage their membership directly using community.aws.iam_group, # as users belong to them. - name: Create a user