Fix typo
This commit is contained in:
parent
928f9491fb
commit
c76507a2da
@ -3,6 +3,6 @@
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Adding authorized key to scores user
|
||||
authorized_key: user=scores key="{{ item }}"
|
||||
authorized_key: user=scores key="{{item}}"
|
||||
with_file:
|
||||
- ../files/authorized_keys.deploy.pub
|
Loading…
Reference in New Issue
Block a user