Refresh variable of whether 1337 is mounted.

This commit is contained in:
Hyperling 2021-02-11 10:59:42 -06:00
parent 2a6edcb788
commit 0a87fcf4d9

View File

@ -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