changed ssh pubkey name

This commit is contained in:
2023-03-20 17:35:47 +01:00
parent ccc47112eb
commit df18ecf4ed

View File

@@ -3,7 +3,7 @@
ansible.posix.authorized_key:
user: "{{ user['name'] }}"
state: present
key: "{{ lookup('file', 'simon_win11.pub') }}"
key: "{{ lookup('file', 'key.pub') }}"
- name: Harden SSH Config
ansible.builtin.lineinfile: