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
|
state: latest
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
cache_valid_time: 86400 # One day
|
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
|
- name: Add admins' authorized keys
|
||||||
authorized_key:
|
authorized_key:
|
||||||
key: "{{ item }}"
|
key: "{{ item }}"
|
||||||
|
|
Reference in a new issue