2
0
mirror of https://github.com/schnidrig/openhab-ansible synced 2026-01-12 00:48:46 +01:00
Files
openhab-ansible/fix_nfs.yml
Christian Schnidrig 3a665afb54 initial commit
2016-11-29 00:08:10 +01:00

9 lines
188 B
YAML

---
- hosts: controller
become: true
tasks:
- service: name=rpcbind state=restarted
- service: name=nfs-kernel-server state=restarted
- shell: chmod -R ugo+w /etc/openhab