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

use a static file for etcExports instead of templating from ansible facts

parent fe00b3c0
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
with_items: exportList with_items: exportList
- name: "Templating /etc/exports" - name: "Templating /etc/exports"
template: src=exports.j2 dest=/etc/exports owner=root group=root mode=644 copy: src=files/etcExports dest=/etc/exports owner=root group=root mode=644
sudo: true sudo: true
- name: "Start the Server" - name: "Start the Server"
......
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