From 643add64cf3037dfea3c2275af61e6e2be5c2339 Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 13:11:49 +0200 Subject: [PATCH] Removed mode parameter as it should be automatically handled by the module --- Ansible/lxc_setup_ubuntu.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Ansible/lxc_setup_ubuntu.yml b/Ansible/lxc_setup_ubuntu.yml index c935c81..bd42fd5 100644 --- a/Ansible/lxc_setup_ubuntu.yml +++ b/Ansible/lxc_setup_ubuntu.yml @@ -23,7 +23,6 @@ key: "{{ item }}" state: present path: /home/{{ target_user }}/.ssh/authorized_keys - mode: '0600' loop: "{{ my_public_keys }}" # ansible.posix.authorized_key will create an .ssh directory with the correct permissions.