Fix deprecation warnings for inline templating

This commit is contained in:
waal70
2025-08-30 17:52:02 +02:00
parent 857c37a2c1
commit 95c26ad647
3 changed files with 11 additions and 5 deletions

6
defaults/main.yml Normal file
View File

@@ -0,0 +1,6 @@
---
# defaults file for debian_common
# Andre 2025: this is to prevent:
# [WARNING]: Module remote_tmp /root/.ansible/tmp did not exist and was created with a mode of 0700,
# this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually"
allow_world_readable_tmpfiles: true