mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
Fix Koschei secret object indentation
This commit is contained in:
@@ -3,5 +3,7 @@ kind: Secret
|
||||
metadata:
|
||||
name: frontend-config
|
||||
stringData:
|
||||
config-frontend.cfg: "{{ lookup('template', roles_path + '/openshift-apps/koschei/templates/config-frontend.cfg.j2') }}"
|
||||
httpd.conf: "{{ lookup('template', roles_path + '/openshift-apps/koschei/templates/httpd.conf.j2') }}"
|
||||
config-frontend.cfg: |-
|
||||
{{ lookup('template', roles_path + '/openshift-apps/koschei/templates/config-frontend.cfg.j2') | indent }}
|
||||
httpd.conf: |-
|
||||
{{ lookup('template', roles_path + '/openshift-apps/koschei/templates/httpd.conf.j2') | indent }}
|
||||
|
||||
Reference in New Issue
Block a user