Commit 61db7f42 authored by nimrod's avatar nimrod
Browse files

- Actually add the configuration templates next to the playbook.

parent 51d22f7d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
- name: Copy configuration templates
  with_fileglob:
      - templates/nsd/conf.d/*
      - '{{ playbook_dir }}/templates/nsd/conf.d/*'
  template:
      src: '{{ item }}'
      dest: '{{ nsd_conf_d }}/'
@@ -44,6 +45,7 @@
- name: Copy zones
  with_fileglob:
      - templates/nsd/zones/*
      - '{{ playbook_dir }}/templates/nsd/zones/*'
  template:
      src: '{{ item }}'
      dest: '{{ nsd_zones }}/'