humaton / fedora-infra / ansible

Forked from fedora-infra/ansible 5 years ago
Clone

52329a4 toddlers: Fix distgit_commit_processor templates

1 file Authored by nphilipp 11 months ago, Committed by zlopez 11 months ago,
    toddlers: Fix distgit_commit_processor templates
    
    These are passed to str.format() which confusingly doesn’t expect quotes
    around dictionary keys and adds them to the looked up key string,
    yay!
    
    Related: #183
    
    Signed-off-by: Nils Philippsen <nils@redhat.com>