From d8cdcf3d7fbcccfa165ebc9b63e68abc43126ceb Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sat, 31 Dec 2022 14:24:33 +0100 Subject: [PATCH] Use remote_tmp in /tmp --- ansible.cfg | 1 + inventory | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index ad5b82d..d17787e 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,4 @@ [defaults] remote_user = ubuntu +remote_tmp = /tmp/.ansible inventory = inventory diff --git a/inventory b/inventory index e88be9a..ec89c6f 100644 --- a/inventory +++ b/inventory @@ -1,2 +1,2 @@ -## Raspberry Pi 4B +# Raspberry Pi 4B pi.servers.sapti.me ansible_python_interface=/usr/bin/python3