More rework

This commit is contained in:
Mark Janssen 2024-07-11 21:12:19 +02:00
parent ca3a42d2c6
commit b210abc77e
15 changed files with 19 additions and 3 deletions

View file

@ -1,8 +1,8 @@
---
- name: Update authorized_keys
tags: authorized_keys
ansible.builtin.template:
src: authorized_keys.j2
dest: /root/.ssh/authorized_keys
mode: 0600
when: root_access is defined and root_access
tags: authorized_keys