Fix line too long

pull/36259/head
Toshio Kuratomi 6 years ago
parent a612137098
commit 717c7d26b7

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

Loading…
Cancel
Save