Do not force new key (not supported in FreeBSD 11). Add mount to mount.

This commit is contained in:
Hyperling 2021-02-02 21:00:06 -06:00
parent fddb6e4b96
commit 4661e114eb
2 changed files with 4 additions and 1 deletions

View File

@ -13,4 +13,4 @@
ignore_errors: yes
- name: SSH Key | Root | Copy to 1337
shell: ssh-copy-id -f -i /root/.ssh/id_rsa ling@leet
shell: ssh-copy-id -i /root/.ssh/id_rsa ling@leet

View File

@ -13,3 +13,6 @@
block: |
ling@leet: /mnt/leet fuse.sshfs defaults,_netdev,allow_other,delay_connect 0 0
backup: yes
- name: Mounts | Mount All
shell: mount -a