missed a few of these due to spacing
This commit is contained in:
parent
5d4f03b9b9
commit
058f6a84ec
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue