This commit is contained in:
Pim Kunis 2023-04-11 22:20:57 +02:00
parent 72240e1382
commit f074fbc5ed
4 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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 }}"