diff --git a/tasks/host_info.yml b/tasks/host_info.yml index baaef92cf34e8e392c6f57632049617d4010ed83..7bb3ca7550934ff2d3808ac72f3861e70e471065 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