roles/users/tasks/main.yml aktualisiert

This commit is contained in:
rulrich 2024-03-08 18:51:26 +01:00
parent 5ffee019c1
commit e5b97622fb

View file

@ -35,7 +35,6 @@
groups: admins
append: yes
- name: Ensure user "rulrich" exists
ansible.builtin.user:
name: rulrich
@ -51,7 +50,7 @@
with_file:
- public_keys/lea
- name: Set up authorized keys for user beat
- name: Set up authorized keys for user beat
ansible.posix.authorized_key:
user: beat
state: present