This commit is contained in:
2026-05-19 11:02:29 +02:00
parent 2eac97fb6e
commit 5c560e8b43
-6
View File
@@ -58,12 +58,6 @@
ansible.builtin.set_fact:
ansible_become_password: "{{ jd_password }}"
- name: Add authorized SSH key
ansible.posix.authorized_key:
user: "jd"
key: "{{ lookup('file', 'id_rsa.pub') }}"
state: present
- name: Set timezone to Europe/Bratislava
ansible.builtin.command:
cmd: timedatectl set-timezone Europe/Bratislava