Umount fix

This commit is contained in:
Jack Ivanov 2019-07-05 13:27:02 +02:00
parent 6ce16e8079
commit dc727d45b4

View file

@ -6,7 +6,7 @@
when: facts.ansible_system == "Linux"
- name: MacOS | check fs the ramdisk exists
command: /usr/sbin/diskutil info AlgoVPN-test
command: /usr/sbin/diskutil info "{{ facts.tmpfs_volume_name }}"
ignore_errors: true
changed_when: false
register: diskutil_info