mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Rename these to not be .j2.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user