fix: fix nfs exports hosts glob

This commit is contained in:
David Kilias 2023-10-09 22:35:34 +02:00 committed by Stefan Haun
parent 1bf1191484
commit 6fc1e80479

View file

@ -7,5 +7,5 @@
vars: vars:
nfs_host_exports: nfs_host_exports:
- directory: "/srv/nfs" - directory: "/srv/nfs"
hosts: "k3s-w[0-9]+.n39.eu" hosts: "*.n39.eu"
options: rw,sync,no_subtree_check options: rw,sync,no_subtree_check