james / fedora-infra / ansible

Forked from fedora-infra/ansible 5 years ago
Clone

771db33 Bodhi compose config: fix templating in 'repos' definition

1 file Authored by adamwill 10 months ago, Committed by kevin 10 months ago,
    Bodhi compose config: fix templating in 'repos' definition
    
    You can't nest jinja's templating markers like this, it turns
    out, they just wind up as literal strings. You also can't use
    f-strings, sadly (tried it locally, it errors out). We have to
    use older-style `.format()`, that works. I went with a fairly
    explicit syntax to make it clear what's going on.
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>