summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-02-14 19:02:56 -0800
committerToshio Kuratomi <a.badger@gmail.com>2018-02-14 19:04:56 -0800
commitd4aa0896393a0f7513a1a21b77af31d71aac997d (patch)
treee9a60b607544d8930cc1980547c1e746ea8b4c6e
parent2e91c2b64084c1bf37d639ba893a5d8575f02540 (diff)
downloadansible-d4aa0896393a0f7513a1a21b77af31d71aac997d.tar.gz
Fix line too long
(cherry picked from commit 717c7d26b71382d6328159cdb5a54065eb7c355c)
-rw-r--r--lib/ansible/utils/module_docs_fragments/shell_common.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ansible/utils/module_docs_fragments/shell_common.py b/lib/ansible/utils/module_docs_fragments/shell_common.py
index 19d5c727fc..b3a1f84a23 100644
--- a/lib/ansible/utils/module_docs_fragments/shell_common.py
+++ b/lib/ansible/utils/module_docs_fragments/shell_common.py
@@ -19,7 +19,9 @@ options:
- name: ansible_remote_tmp
system_temps:
description:
- - List of valid system temporary directories for Ansible to choose when it cannot use ``remote_temp``, normally due to permission issues. These must be world readable, writable, and executable.
+ - "List of valid system temporary directories for Ansible to choose when it cannot use
+ ``remote_temp``, normally due to permission issues. These must be world readable, writable,
+ and executable."
default: [ /var/tmp, /tmp ]
type: list
env: [{name: ANSIBLE_SYSTEM_TMPS}]