cleanup
This commit is contained in:
parent
72240e1382
commit
f074fbc5ed
4 changed files with 3 additions and 3 deletions
|
@ -5,6 +5,3 @@
|
|||
state: latest
|
||||
update_cache: yes
|
||||
cache_valid_time: 86400 # One day
|
||||
- name: Install packages
|
||||
apt:
|
||||
pkg: sshfs
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
- name: Install sshfs
|
||||
apt:
|
||||
name: sshfs
|
||||
- name: Add admins' authorized keys
|
||||
authorized_key:
|
||||
key: "{{ item }}"
|
||||
|
|
Reference in a new issue