mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix line too long
This commit is contained in:
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user