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}]