system-config/playbooks/roles/gerrit/templates/infra_lp_creds.j2
Ian Wienand 21e25cb4f6 gerrit: fix Launchpad credentials write
The extant variable name is never set so this never writes anything
out.  Move it to a dictionary value.  Use stub values for testing,
this way we don't need the "when:".

Additionally remove an unused old template file.

Change-Id: Id96fde79e28f309aa13e16bdda29f004c3c69c4b
2021-07-20 10:54:22 +10:00

6 lines
201 B
Django/Jinja

[1]
access_token = {{ gerrit_launchpad_auth['access_token'] }}
access_secret = {{ gerrit_launchpad_auth['access_secret'] }}
consumer_key = {{ gerrit_launchpad_auth['consumer_key'] }}
consumer_secret =