Typos.
This commit is contained in:
parent
83457bc551
commit
503e0664db
@ -34,7 +34,7 @@
|
||||
register: new_user_setup
|
||||
|
||||
- name: Setup User ssh_key
|
||||
authorized_key:
|
||||
authorized_key:
|
||||
user: "{{ user.name }}"
|
||||
state: "{{ user.state | default('present') }}"
|
||||
key: "{{ user.ssh_key }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user