roles/users/tasks/main.yml aktualisiert
This commit is contained in:
parent
5ffee019c1
commit
e5b97622fb
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue