mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
Specify where to do the mount
This commit is contained in:
@@ -14,10 +14,11 @@
|
||||
template: src=client.config dest=/etc/glusterfs/glusterfs.{{name}}.vol
|
||||
#notify:
|
||||
#- remount? no idea...
|
||||
|
||||
|
||||
- name: mount it up
|
||||
mount: >
|
||||
src=/etc/glusterfs/glusterfs.{{name}}.vol
|
||||
state=mounted
|
||||
fstype=glusterfs
|
||||
opts=noatime
|
||||
name={{mountdir}}
|
||||
|
||||
Reference in New Issue
Block a user