mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-09 14:23:05 +02:00
Umount fix
This commit is contained in:
parent
6ce16e8079
commit
dc727d45b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue