copperi / fedora-infra / ansible

Forked from fedora-infra/ansible 3 years ago
Clone

c8b0a00 copr: separate describe-isntances filters with a space instead of a comma

Authored and Committed by frostyx 3 years ago
    copr: separate describe-isntances filters with a space instead of a comma
    
    Fixing the following issue
    
        Error parsing parameter '--filters': Second instance of key "Name" encountered for input:
        Name=tag-key,Values=Name,Name=tag-value,Values=copr-dev-builder-x86_64-20201212_122038_399669659
    			    ^
        This is often because there is a preceeding "," instead of a space.