diff --git a/tasks/general/acct_mgmt/mounts.yml b/tasks/general/acct_mgmt/mounts.yml index 4ef5f23..91d3c48 100644 --- a/tasks/general/acct_mgmt/mounts.yml +++ b/tasks/general/acct_mgmt/mounts.yml @@ -82,3 +82,10 @@ - name: General | Account Management | Mounts | Remount 1337 (FreeBSD) shell: "{{ sshfs_leet_cmd }}" when: ansible_system == "FreeBSD" and not sshfs_test.failed + + +# Ensure correct cron jobs and other dependencies are done properly. +- name: General | Account Management | Mounts | Refresh Variable leet_drive_details + stat: + path: "{{ leet_drive }}/Temp/ansible" + register: leet_drive_details \ No newline at end of file