Fix role path here
This commit is contained in:
parent
1fd9951db0
commit
358b6951e6
1 changed files with 2 additions and 2 deletions
|
@ -281,7 +281,7 @@
|
||||||
|
|
||||||
- name: setup basic /etc/bodhi/ contents (staging)
|
- name: setup basic /etc/bodhi/ contents (staging)
|
||||||
template: >
|
template: >
|
||||||
src="staging.ini.j2"
|
src="{{roles}}/bodhi2/base/templates/staging.ini.j2"
|
||||||
dest="/etc/bodhi/production.ini"
|
dest="/etc/bodhi/production.ini"
|
||||||
owner=apache
|
owner=apache
|
||||||
group=apache
|
group=apache
|
||||||
|
@ -295,7 +295,7 @@
|
||||||
|
|
||||||
- name: setup basic /etc/bodhi/ contents (production)
|
- name: setup basic /etc/bodhi/ contents (production)
|
||||||
template: >
|
template: >
|
||||||
src="production.ini.j2"
|
src="{{roles}}/bodhi2/base/templates/production.ini.j2"
|
||||||
dest="/etc/bodhi/production.ini"
|
dest="/etc/bodhi/production.ini"
|
||||||
owner=apache
|
owner=apache
|
||||||
group=apache
|
group=apache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue