From 4661e114eb4c7db83b9a7c143b0f10561ebafee6 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 2 Feb 2021 21:00:06 -0600 Subject: [PATCH] Do not force new key (not supported in FreeBSD 11). Add mount to mount. --- tasks/general/acct_mgmt/keys.yml | 2 +- tasks/general/acct_mgmt/mounts.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tasks/general/acct_mgmt/keys.yml b/tasks/general/acct_mgmt/keys.yml index 6c6f9f9..9ed02e4 100644 --- a/tasks/general/acct_mgmt/keys.yml +++ b/tasks/general/acct_mgmt/keys.yml @@ -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 \ No newline at end of file + shell: ssh-copy-id -i /root/.ssh/id_rsa ling@leet \ No newline at end of file diff --git a/tasks/general/acct_mgmt/mounts.yml b/tasks/general/acct_mgmt/mounts.yml index f84f098..a718149 100644 --- a/tasks/general/acct_mgmt/mounts.yml +++ b/tasks/general/acct_mgmt/mounts.yml @@ -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 \ No newline at end of file