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)
|
- name: setup basic /etc/bodhi/ contents (staging)
|
||||||
template: >
|
template: >
|
||||||
src="{{roles}}/bodhi2/base/templates/staging.ini.j2"
|
src="{{ roles_path }}/bodhi2/base/templates/staging.ini.j2"
|
||||||
dest="/etc/bodhi/production.ini"
|
dest="/etc/bodhi/production.ini"
|
||||||
owner=apache
|
owner=apache
|
||||||
group=apache
|
group=apache
|
||||||
|
@ -302,7 +302,7 @@
|
||||||
|
|
||||||
- name: setup basic /etc/bodhi/ contents (production)
|
- name: setup basic /etc/bodhi/ contents (production)
|
||||||
template: >
|
template: >
|
||||||
src="{{roles}}/bodhi2/base/templates/production.ini.j2"
|
src="{{ roles_path }}/bodhi2/base/templates/production.ini.j2"
|
||||||
dest="/etc/bodhi/production.ini"
|
dest="/etc/bodhi/production.ini"
|
||||||
owner=apache
|
owner=apache
|
||||||
group=apache
|
group=apache
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
group=root
|
group=root
|
||||||
mode=0644
|
mode=0644
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- "{{roles}}/httpd/domainrewrite/templates/domainrewrite.{{destname}}.conf"
|
- "{{ roles_path }}/httpd/domainrewrite/templates/domainrewrite.{{destname}}.conf"
|
||||||
- "{{roles}}/httpd/domainrewrite/templates/domainrewrite.conf"
|
- "{{ roles_path }}/httpd/domainrewrite/templates/domainrewrite.conf"
|
||||||
notify:
|
notify:
|
||||||
- reload proxyhttpd
|
- reload proxyhttpd
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
group=root
|
group=root
|
||||||
mode=0644
|
mode=0644
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- "{{roles}}/httpd/reverseproxy/templates/reversepassproxy.{{destname}}.conf"
|
- "{{ roles_path }}/httpd/reverseproxy/templates/reversepassproxy.{{destname}}.conf"
|
||||||
- "{{roles}}/httpd/reverseproxy/templates/reversepassproxy.conf"
|
- "{{ roles_path }}/httpd/reverseproxy/templates/reversepassproxy.conf"
|
||||||
notify:
|
notify:
|
||||||
- reload proxyhttpd
|
- reload proxyhttpd
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue