Fix role path here

This commit is contained in:
Kevin Fenzi 2016-06-25 19:25:20 +00:00
parent 1fd9951db0
commit 358b6951e6

View file

@ -281,7 +281,7 @@
- name: setup basic /etc/bodhi/ contents (staging)
template: >
src="staging.ini.j2"
src="{{roles}}/bodhi2/base/templates/staging.ini.j2"
dest="/etc/bodhi/production.ini"
owner=apache
group=apache
@ -295,7 +295,7 @@
- name: setup basic /etc/bodhi/ contents (production)
template: >
src="production.ini.j2"
src="{{roles}}/bodhi2/base/templates/production.ini.j2"
dest="/etc/bodhi/production.ini"
owner=apache
group=apache