toddlers: symlink the email_overrides.toml file from distgit_bugzilla_sync to toddlers
We currently need this file in both projects and we don't want to maintain it in both place. I first tried to import the file using the structure in the ansible repo but that doesn't work as it doesn't find the template. So using a symlink seems like a potentially valid solution. Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
b09b7c5017
commit
941e89f045
2 changed files with 2 additions and 1 deletions
1
roles/openshift-apps/toddlers/templates/email_overrides.toml
Symbolic link
1
roles/openshift-apps/toddlers/templates/email_overrides.toml
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../distgit-bugzilla-sync/templates/email_overrides.toml
|
|
@ -10,5 +10,5 @@ stringData:
|
||||||
config.toml: |-
|
config.toml: |-
|
||||||
{{ load_file('fedora-messaging.toml') | indent }}
|
{{ load_file('fedora-messaging.toml') | indent }}
|
||||||
email_overrides.toml: |-
|
email_overrides.toml: |-
|
||||||
{{ load_file('../../distgit-bugzilla-sync/templates/email_overrides.toml') | indent }}
|
{{ load_file('email_overrides.toml') | indent }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue