blob: e0aaadc82b9cdc1f8e347d147cf9da8baeeae20e [file] [log] [blame]
Zack Williams952bc002020-10-04 09:45:59 -07001{#
2SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
3SPDX-License-Identifier: Apache-2.0
4#}
5# /etc/default/timesheetsdb
6# {{ ansible_managed }}
Zack Williamse14f7702020-10-22 19:57:55 -07007{% for key, val in timesheets_env_vars.items() %}
8{{ key }}="{{ val }}"
9{% endfor %}