From 503e0664dbaa5077a5b22785462cc224901a605c Mon Sep 17 00:00:00 2001 From: lhahn Date: Wed, 27 Nov 2024 22:37:27 +0100 Subject: [PATCH] Typos. --- tasks/users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/users.yml b/tasks/users.yml index 91e64f0..d9b88c5 100755 --- a/tasks/users.yml +++ b/tasks/users.yml @@ -34,7 +34,7 @@ register: new_user_setup - name: Setup User ssh_key - authorized_key: + authorized_key: user: "{{ user.name }}" state: "{{ user.state | default('present') }}" key: "{{ user.ssh_key }}"