This commit is contained in:
Mark Janssen 2025-04-19 16:42:53 +02:00
parent d0cd352b4a
commit 77c1732623
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
31 changed files with 127 additions and 149 deletions

View file

@ -30,7 +30,7 @@
ansible.builtin.template:
src: authorized_keys.j2
dest: /root/.ssh/authorized_keys
mode: 0600
mode: "0600"
when: root_access is defined and root_access
tags: authorized_keys