Skip to content

Commit

Permalink
fix: revert some changes from separate pr
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed May 18, 2023
1 parent 1eb6539 commit 12a8d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/dashmate/templates/dashmate.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"provider": "{{ dashmate_platform_dapi_envoy_ssl_provider }}",
"providerConfigs": {
"zerossl": {
"apiKey": {% if dashmate_platform_dapi_envoy_ssl_provider_config_zerossl_api_key is not none and dashmate_platform_dapi_envoy_ssl_provider_config_zerossl_api_key != '' %}"{{ dashmate_platform_dapi_envoy_ssl_provider_config_zerossl_api_key }}"{% else %}null{% endif %},
"apiKey": {% if dashmate_platform_dapi_envoy_ssl_provider_config_zerossl_api_key != '' %}"{{ dashmate_platform_dapi_envoy_ssl_provider_config_zerossl_api_key }}"{% else %}null{% endif %},
"id": {% if dashmate_platform_dapi_envoy_ssl_provider_config_zerossl_id is defined %}"{{ dashmate_platform_dapi_envoy_ssl_provider_config_zerossl_id }}"{% else %}null{% endif %}
}
}
Expand Down

0 comments on commit 12a8d98

Please sign in to comment.