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.
pull/67799/head
Jill R 5 years ago committed by GitHub
parent bd26b6c0b4
commit 96244c4cde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save