misspelled authorized_key

This commit is contained in:
rene
2022-02-17 16:50:01 +01:00
parent 365dd740b9
commit 3b80a5d50d
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
shell: "/usr/bin/zsh"
# - name: users | rene | install public ssh keys
# authorized_keys:
# authorized_key:
# user: rene
# state: present
# key: '{{ item }}'

View File

@@ -4,7 +4,7 @@
password_lock: yes
- name: users | root | install public ssh keys
authorized_keys:
authorized_key:
user: root
state: present
key: '{{ item }}'