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