fix: fix nfs exports hosts glob
This commit is contained in:
parent
1bf1191484
commit
6fc1e80479
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@
|
|||
vars:
|
||||
nfs_host_exports:
|
||||
- directory: "/srv/nfs"
|
||||
hosts: "k3s-w[0-9]+.n39.eu"
|
||||
hosts: "*.n39.eu"
|
||||
options: rw,sync,no_subtree_check
|
||||
|
|
Loading…
Reference in a new issue