zlopez / fedora-infra / ansible

Forked from fedora-infra/ansible 2 years ago
Clone

525fcca [release-monitoring] Add -y flag to pip uninstall

Authored and Committed by zlopez 2 years ago
    [release-monitoring] Add -y flag to pip uninstall
    
    `pip uninstall` is asking for confirmation. We don't really need this, so let us
    add -y flag to answer yes.
    
    Signed-off-by: Michal Konečný <mkonecny@redhat.com>