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
|
- restart fedmsg-irc
|
||||||
|
|
||||||
- name: setup fedmsg-irc config file
|
- 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:
|
tags:
|
||||||
- config
|
- config
|
||||||
- fedmsg/irc
|
- fedmsg/irc
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
- name: setup fas credentials config file
|
- name: setup fas credentials config file
|
||||||
template: >
|
template: >
|
||||||
src=fas-credentials.py.j2
|
src=fas-credentials.py
|
||||||
dest=/etc/fedmsg.d/fas-credentials.py
|
dest=/etc/fedmsg.d/fas-credentials.py
|
||||||
mode=0640
|
mode=0640
|
||||||
owner=fedmsg
|
owner=fedmsg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue