From 1a09365ab9fb1c335daedc58ba7320b489ce04ff Mon Sep 17 00:00:00 2001 From: freezed <git-expect-noreply@freezed.me> Date: Sun, 5 Mar 2023 17:16:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20WIP:=20fix=20PVE=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/host_info.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/host_info.yml b/tasks/host_info.yml index baaef92..7bb3ca7 100644 --- a/tasks/host_info.yml +++ b/tasks/host_info.yml @@ -6,3 +6,9 @@ - name: ANSIBLE | host Info debug: msg: "{{ ansible_host }} {{ ansible_fqdn }} - {{ ansible_distribution }} {{ ansible_distribution_release }} v{{ ansible_distribution_version }} / {{ ansible_processor[2] }} / {{ ansible_devices.keys() | max }}" + +# FIX: +# TASK [Who is «become_user»] +# ok: [serv3] +# [WARNING]: Module remote_tmp /home/pveadm/.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 -- GitLab