2
0
mirror of https://github.com/schnidrig/openhab-ansible synced 2026-01-11 16:38:47 +01:00
Files
openhab-ansible/fix_nfs.yml
Christian Schnidrig 0b6010e3a6 Upgrade to openhab 2
letsencrypt
2017-02-26 22:22:25 +01:00

9 lines
185 B
YAML

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