mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
added ansible_remote_tmp inventory var (#26754)
* added ansible_remote_tmp inventory var * fixed horrible crime of no space after #
This commit is contained in:
parent
462444b2be
commit
84367eacef
4 changed files with 11 additions and 10 deletions
|
@ -847,7 +847,8 @@ DEFAULT_REMOTE_TMP:
|
|||
env: [{name: ANSIBLE_REMOTE_TEMP}]
|
||||
ini:
|
||||
- {key: remote_tmp, section: defaults}
|
||||
vars: []
|
||||
vars:
|
||||
- name: ansible_remote_tmp
|
||||
yaml: {key: defaults.remote_tmp}
|
||||
DEFAULT_REMOTE_USER:
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue