10 lines
162 B
YAML

---
- name: Add tabletop rpg share
ansible.posix.mount:
path: "{{ mountPoint }}"
src: "{{ nfsShare }}"
opts: rw
fstype: nfs
state: mounted