cleanup
This commit is contained in:
parent
72240e1382
commit
f074fbc5ed
4 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
- name: Install sshfs
|
||||
apt:
|
||||
name: sshfs
|
||||
- name: Add admins' authorized keys
|
||||
authorized_key:
|
||||
key: "{{ item }}"
|
||||
|
|
Reference in a new issue