Skip to content
Snippets Groups Projects
Commit 16cbcc52 authored by Chris Hines's avatar Chris Hines
Browse files

Merge pull request #25 from CVL-GitHub/slumbranch

Fixed issue after merge. I assume this is because Shahaan is working on making the calculation of /etc/exports an action perfomed by the client?
parents c1397c0e 39f169ea
No related branches found
No related tags found
No related merge requests found
--- ---
- name: "Copying /etc/exports template"
template: "src=exports.j2 dest=/etc/exports mode=0644 owner=root"
sudo: true
- name: "Starting rpcbind" - name: "Starting rpcbind"
service: "name=rpcbind state=restarted" service: "name=rpcbind state=restarted"
sudo: true sudo: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment