Fix templates path in anope task
This commit is contained in:
parent
4d758b3242
commit
460e8621dc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
- name: render anope config files
|
||||
template:
|
||||
src: /etc/anope/{{ item }}.conf.j2
|
||||
src: etc/anope/{{ item }}.conf.j2
|
||||
dest: /etc/anope/{{ item }}.conf
|
||||
owner: root
|
||||
group: irc
|
||||
|
|
Loading…
Add table
Reference in a new issue