From 22f0ba3fd21046c96de4e66086a48c97273226b0 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 --- lxc_setup_ubuntu.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/lxc_setup_ubuntu.yml b/lxc_setup_ubuntu.yml index c935c81..bd42fd5 100644 --- a/lxc_setup_ubuntu.yml +++ b/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.