From ae8f157d7855dddf1942861bc09788e9de5f3354 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 13 Feb 2021 06:06:33 -0600 Subject: [PATCH] Never skip test to ensure failed key always exists. --- tasks/general/acct_mgmt/mounts.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/general/acct_mgmt/mounts.yml b/tasks/general/acct_mgmt/mounts.yml index cc80354..923f477 100644 --- a/tasks/general/acct_mgmt/mounts.yml +++ b/tasks/general/acct_mgmt/mounts.yml @@ -7,13 +7,11 @@ path: "/mnt/test" state: directory mode: '0755' - when: not leet_drive_details.stat.exists - name: General | Account Management | Mounts | Test SSHFS shell: "sshfs {{ leet_ssh }}: /mnt/test -o allow_other" register: sshfs_test ignore_errors: yes - when: not leet_drive_details.stat.exists # Begin setting up 1337