summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/web_infrastructure
diff options
context:
space:
mode:
authorDavid Kretch <david.kretch@gmail.com>2017-08-19 17:00:51 -0400
committerRené Moser <mail@renemoser.net>2017-08-19 23:00:51 +0200
commitbeed59f303e1efbf8e6b6d5f7e5fc985f883a1e4 (patch)
tree6d3c26939bfc9811d165cb6ef8b88e2261a4476d /lib/ansible/modules/web_infrastructure
parentb5a00d05d3950ca25a87669196b9ca0432ec37fc (diff)
downloadansible-beed59f303e1efbf8e6b6d5f7e5fc985f883a1e4.tar.gz
Fix trailing space in ec2_vol example, fix 'the the' typos (#28440)
* Fix 'the the' typos, fix 'pahting' filename typo * Change 'the the' typos to a single 'the'. * Change `playbook_pahting.rst` to `playbook_pathing.rst`. * Delete trailing space in ec2_vol example Delete the trailing space in `instance: "{{ item.id }} "`, which makes the example fail when run because it looks for instance "i-xxxx ".
Diffstat (limited to 'lib/ansible/modules/web_infrastructure')
-rw-r--r--lib/ansible/modules/web_infrastructure/letsencrypt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/web_infrastructure/letsencrypt.py b/lib/ansible/modules/web_infrastructure/letsencrypt.py
index 67283825ac..1c728fb893 100644
--- a/lib/ansible/modules/web_infrastructure/letsencrypt.py
+++ b/lib/ansible/modules/web_infrastructure/letsencrypt.py
@@ -43,7 +43,7 @@ requirements:
options:
account_key:
description:
- - "File containing the the Let's Encrypt account RSA key."
+ - "File containing the Let's Encrypt account RSA key."
- "Can be created with C(openssl rsa ...)."
required: true
account_email: