Final fix for #35666 Previous PR (#36143) was merged prematurely.

This commit is contained in:
Toshio Kuratomi 2018-02-14 18:44:58 -08:00
parent 391896ca9d
commit a612137098
3 changed files with 22 additions and 20 deletions

View file

@ -19,7 +19,7 @@ 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.
- 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}]