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

add sudos to creation of the exports file

parent 45f7eea9
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,10 @@
template: src=exports.j2 dest=/etc/exports owner=root group=root mode=644
delegate_to: "{{ nfs_server }}"
run_once: true
sudo: true
-
name : Restart the NFS Server
service: name=nfs state=restarted
delegate_to: "{{ nfs_server }}"
run_once: 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