From 0a87fcf4d95c323ef190acb28159ba6bfc60a3a4 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 11 Feb 2021 10:59:42 -0600 Subject: [PATCH] Refresh variable of whether 1337 is mounted. --- tasks/general/acct_mgmt/mounts.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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