summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/iam_policy.py
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2017-03-22 20:50:28 -0500
committerGitHub <noreply@github.com>2017-03-22 20:50:28 -0500
commit3164e8b561931b413ee91f537e2ea3273b0a1775 (patch)
treee81009f7a38d26b4c537a6ea0e559d76ef0578b8 /lib/ansible/modules/cloud/amazon/iam_policy.py
parent4fdeade3897a5808ccdb6eb002c4a8ebbe794811 (diff)
downloadansible-3164e8b561931b413ee91f537e2ea3273b0a1775.tar.gz
E501 fixes (#22879)
Diffstat (limited to 'lib/ansible/modules/cloud/amazon/iam_policy.py')
-rw-r--r--lib/ansible/modules/cloud/amazon/iam_policy.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/ansible/modules/cloud/amazon/iam_policy.py b/lib/ansible/modules/cloud/amazon/iam_policy.py
index 99015f20ed..add3bddc91 100644
--- a/lib/ansible/modules/cloud/amazon/iam_policy.py
+++ b/lib/ansible/modules/cloud/amazon/iam_policy.py
@@ -46,7 +46,8 @@ options:
required: false
policy_json:
description:
- - A properly json formatted policy as string (mutually exclusive with C(policy_document), see https://github.com/ansible/ansible/issues/7005#issuecomment-42894813 on how to use it properly)
+ - A properly json formatted policy as string (mutually exclusive with C(policy_document),
+ see https://github.com/ansible/ansible/issues/7005#issuecomment-42894813 on how to use it properly)
required: false
state:
description:
@@ -56,7 +57,8 @@ options:
choices: [ "present", "absent"]
skip_duplicates:
description:
- - By default the module looks for any policies that match the document you pass in, if there is a match it will not make a new policy object with the same rules. You can override this by specifying false which would allow for two policy objects with different names but same rules.
+ - By default the module looks for any policies that match the document you pass in, if there is a match it will not make a new policy object with
+ the same rules. You can override this by specifying false which would allow for two policy objects with different names but same rules.
required: false
default: "/"