missed a few of these due to spacing

This commit is contained in:
Kevin Fenzi 2017-04-13 18:35:36 +00:00
parent 5d4f03b9b9
commit 058f6a84ec
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -13,8 +13,8 @@
group=root
mode=0644
with_first_found:
- "{{roles}}/httpd/domainrewrite/templates/domainrewrite.{{destname}}.conf"
- "{{roles}}/httpd/domainrewrite/templates/domainrewrite.conf"
- "{{ roles_path }}/httpd/domainrewrite/templates/domainrewrite.{{destname}}.conf"
- "{{ roles_path }}/httpd/domainrewrite/templates/domainrewrite.conf"
notify:
- reload proxyhttpd
tags:

View file

@ -14,8 +14,8 @@
group=root
mode=0644
with_first_found:
- "{{roles}}/httpd/reverseproxy/templates/reversepassproxy.{{destname}}.conf"
- "{{roles}}/httpd/reverseproxy/templates/reversepassproxy.conf"
- "{{ roles_path }}/httpd/reverseproxy/templates/reversepassproxy.{{destname}}.conf"
- "{{ roles_path }}/httpd/reverseproxy/templates/reversepassproxy.conf"
notify:
- reload proxyhttpd
tags: