Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 1a09365a authored by freezed's avatar freezed :mountain:
Browse files

:construction: WIP: fix PVE warning

parent ce2aa882
Branches debug
No related tags found
No related merge requests found
...@@ -6,3 +6,9 @@ ...@@ -6,3 +6,9 @@
- name: ANSIBLE | host Info - name: ANSIBLE | host Info
debug: debug:
msg: "{{ ansible_host }} {{ ansible_fqdn }} - {{ ansible_distribution }} {{ ansible_distribution_release }} v{{ ansible_distribution_version }} / {{ ansible_processor[2] }} / {{ ansible_devices.keys() | max }}" 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment