feat: add fuse-overlayfs to hypervisors

This commit is contained in:
VC
2024-07-05 11:53:17 +02:00
parent 8d576e79f7
commit 7b3c87fd9f
2 changed files with 8 additions and 0 deletions

View File

@@ -19,3 +19,5 @@
- include_tasks: cron-apt.yml
- include_tasks: lshw.yml
when: "'hypervisors' in group_names"
- include_tasks: overlayfs.yml
when: "'hypervisors' in group_names"