Fix line too long
This commit is contained in:
parent
a612137098
commit
717c7d26b7
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue