From 717c7d26b71382d6328159cdb5a54065eb7c355c Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 14 Feb 2018 19:02:56 -0800 Subject: [PATCH] Fix line too long --- lib/ansible/utils/module_docs_fragments/shell_common.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ansible/utils/module_docs_fragments/shell_common.py b/lib/ansible/utils/module_docs_fragments/shell_common.py index 19d5c727fc8..b3a1f84a238 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}]