[nfs_mount] Maybe access points don't need to mount any directory

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-06-24 18:06:49 +02:00
parent df90d4ca40
commit 7f8a41ce1d
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env ansible-playbook
---
# Deploy nfs_mount server
- hosts: all
- hosts: server
vars:
nfs_mount: "{{ glob_nfs_mount | default({}) | combine(loc_nfs_mount | default({})) }}"
roles: