Skip to content

Commit

Permalink
Cleaned up Jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlesmithjr committed Jan 11, 2019
1 parent aa053fb commit 5bd3295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

- name: config | configuring kea dhcp services (Debian)
template:
src: "{{ item }}.j2"
dest: "/{{ item }}"
src: "{{ item + '.j2' }}"
dest: "{{ '/' + item }}"
owner: root
group: root
mode: o=rw,g=r,o=r
Expand Down

0 comments on commit 5bd3295

Please sign in to comment.