abompard / fedora-infra / ansible

Forked from fedora-infra/ansible 6 years ago
Clone

bb67432 bodhi-backend91: quote all mode paramaters

Authored and Committed by kevin 2 years ago
    bodhi-backend91: quote all mode paramaters
    
    mode parameters need to be quoted so ansible can see them as strings and
    convert them to the right thing in the end. Without that, they could be
    ill defined or sometimes wrong.
    
    Signed-off-by: Kevin Fenzi <kevin@scrye.com>