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)
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue