Refresh variable of whether 1337 is mounted.
This commit is contained in:
parent
2a6edcb788
commit
0a87fcf4d9
@ -82,3 +82,10 @@
|
|||||||
- name: General | Account Management | Mounts | Remount 1337 (FreeBSD)
|
- name: General | Account Management | Mounts | Remount 1337 (FreeBSD)
|
||||||
shell: "{{ sshfs_leet_cmd }}"
|
shell: "{{ sshfs_leet_cmd }}"
|
||||||
when: ansible_system == "FreeBSD" and not sshfs_test.failed
|
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
|
Loading…
x
Reference in New Issue
Block a user