Make AWS test plugin to refer to the aws-permissions-for-integration-tests (#67665)

Make AWS test plugin to refer to the aws-permissions-for-integration-tests section of the AWS devel docs now that we have them, rather than suggesting to flag down specific users.
This commit is contained in:
Jill R 2020-02-24 11:56:58 -07:00 committed by GitHub
parent bd26b6c0b4
commit 96244c4cde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,4 +124,5 @@ class AwsCloudEnvironment(CloudEnvironment):
"""
if not tries and self.managed:
display.notice('If %s failed due to permissions, the IAM test policy may need to be updated. '
'For help, consult @mattclay or @gundalow on GitHub or #ansible-devel on IRC.' % target.name)
'https://docs.ansible.com/ansible/devel/dev_guide/platforms/aws_guidelines.html#aws-permissions-for-integration-tests.'
% target.name)