CJ_Clippy bf53429e0f
Some checks failed
fp/our CI/CD / build (push) Successful in 6m48s
ci / test (push) Failing after 7m33s
use command instead of entrypoing
2025-10-05 22:19:07 -08:00

9 lines
140 B
YAML

---
- name: Mount vfs
ansible.posix.mount:
src: "{{ our_vfs_mount_tag }}"
path: /mnt/vfs
fstype: virtiofs
state: mounted