commit | 40e63b10f084288e921975825c1f869127620834 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Fri Sep 23 10:07:54 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Fri Sep 23 10:07:54 2022 -0400 |
tree | 05807d6e7999d9a24145c8bac53801670c59524b | |
parent | ed6948804da3112ff314f75ae0f7bf6c347bdca6 [diff] |
fix: solve config.toml rendering
diff --git a/roles/atmosphere/templates/secret.yml b/roles/atmosphere/templates/secret.yml index bd45f1e..1ea5263 100644 --- a/roles/atmosphere/templates/secret.yml +++ b/roles/atmosphere/templates/secret.yml
@@ -5,4 +5,4 @@ name: atmosphere-config namespace: openstack data: - config.toml: "{{ atmosphere_config | to_toml | b64encode }}" + config.toml: "{{ atmosphere_config | vexxhost.atmosphere.to_toml | b64encode }}"