Move remote_tmp into Ansible's user home directory

This makes an upcoming change easier
This commit is contained in:
Salt 2022-04-27 17:51:30 -05:00
parent 4ce44caac0
commit 9ed2245fca

View File

@ -4,7 +4,7 @@ host_key_checking = false
interpreter_python = python3
inventory = inventories/production
private_key_file = ~/.ssh/desu
remote_tmp = /tmp
remote_tmp = $HOME/.ansible/tmp
roles_path = .roles:roles
system_warnings = true