Never skip test to ensure failed key always exists.
This commit is contained in:
parent
147eee7b26
commit
ae8f157d78
@ -7,13 +7,11 @@
|
|||||||
path: "/mnt/test"
|
path: "/mnt/test"
|
||||||
state: directory
|
state: directory
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
when: not leet_drive_details.stat.exists
|
|
||||||
|
|
||||||
- name: General | Account Management | Mounts | Test SSHFS
|
- name: General | Account Management | Mounts | Test SSHFS
|
||||||
shell: "sshfs {{ leet_ssh }}: /mnt/test -o allow_other"
|
shell: "sshfs {{ leet_ssh }}: /mnt/test -o allow_other"
|
||||||
register: sshfs_test
|
register: sshfs_test
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
when: not leet_drive_details.stat.exists
|
|
||||||
|
|
||||||
|
|
||||||
# Begin setting up 1337
|
# Begin setting up 1337
|
||||||
|
Loading…
x
Reference in New Issue
Block a user