Ubuntu on desktop is madbro about failed not existing. Worked fine on USB earlier?
This commit is contained in:
parent
0585a1e342
commit
b2941fa580
@ -68,13 +68,13 @@
|
||||
marker: '# {mark} MANAGED BY ANSIBLE | 1337 Share'
|
||||
state: present
|
||||
backup: yes
|
||||
when: ansible_system == "Linux" and not sshfs_test.failed
|
||||
when: ansible_system == "Linux" and sshfs_test.failed is defined and not sshfs_test.failed
|
||||
|
||||
- name: General | Account Management | Mounts | Mount All (Linux)
|
||||
shell: mount -a
|
||||
args:
|
||||
warn: false
|
||||
when: ansible_system == "Linux" and not sshfs_test.failed
|
||||
when: ansible_system == "Linux" and sshfs_test.failed is defined and not sshfs_test.failed
|
||||
|
||||
|
||||
# FreeBSD has to do this via root cron job, fstab is unhappy
|
||||
|
Loading…
x
Reference in New Issue
Block a user