Provisioning on Hetzner Ampere / ARM. Just got this warning
ASK [common : Restrict journal log size] **************************************
[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
Did read at Create Ansibles remote_tmp from config file variable - Stack Overflow. that I should perhaps define it
As far as I understand you just have to define
allow_world_readable_tmpfiles: true
in yourvars.yml
file, so somehow this solution works in my case.
It does continue anyways, but wonder if I should update this directory later using the admin_user that will the the sudo ssh user. Should I?