summaryrefslogtreecommitdiffstats
path: root/roles/bodhi2/backend/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/bodhi2/backend/tasks/main.yml')
-rw-r--r--roles/bodhi2/backend/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml
index 1a135ce1c..74230f4f7 100644
--- a/roles/bodhi2/backend/tasks/main.yml
+++ b/roles/bodhi2/backend/tasks/main.yml
@@ -288,7 +288,7 @@
- name: setup basic /etc/bodhi/ contents (staging)
template: >
- src="{{roles}}/bodhi2/base/templates/staging.ini.j2"
+ src="{{ roles_path }}/bodhi2/base/templates/staging.ini.j2"
dest="/etc/bodhi/production.ini"
owner=apache
group=apache
@@ -302,7 +302,7 @@
- name: setup basic /etc/bodhi/ contents (production)
template: >
- src="{{roles}}/bodhi2/base/templates/production.ini.j2"
+ src="{{ roles_path }}/bodhi2/base/templates/production.ini.j2"
dest="/etc/bodhi/production.ini"
owner=apache
group=apache