Rename these to not be .j2.
This commit is contained in:
parent
b551d5f8fd
commit
a3dec0871c
3 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
- restart fedmsg-irc
|
||||
|
||||
- name: setup fedmsg-irc config file
|
||||
template: src=ircbot.py.j2 dest=/etc/fedmsg.d/ircbot.py
|
||||
template: src=ircbot.py dest=/etc/fedmsg.d/ircbot.py
|
||||
tags:
|
||||
- config
|
||||
- fedmsg/irc
|
||||
|
@ -38,7 +38,7 @@
|
|||
|
||||
- name: setup fas credentials config file
|
||||
template: >
|
||||
src=fas-credentials.py.j2
|
||||
src=fas-credentials.py
|
||||
dest=/etc/fedmsg.d/fas-credentials.py
|
||||
mode=0640
|
||||
owner=fedmsg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue