mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-26 03:03:44 +02:00
* PKI to tmpfs * Fixes - diskutil to full path - unmount and eject fixes * Umount fix * run diskutil info only on Darwin kernels * fix shell tasks
5 lines
145 B
YAML
5 lines
145 B
YAML
---
|
|
- name: Linux | set OS specific facts
|
|
set_fact:
|
|
tmpfs_volume_name: "AlgoVPN-{{ IP_subject_alt_name }}"
|
|
tmpfs_volume_path: /dev/shm
|