cc fedmsg-3: make pip non-interactive

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-11-26 12:27:20 -08:00
parent f4778d2019
commit b73122ab2a

View file

@ -82,7 +82,7 @@
- restart fedmsg-hub
- name: Remove check-compose (Python 2)
command: "pip2 --disable-pip-version-check uninstall check-compose"
command: "pip2 uninstall --disable-pip-version-check --yes check-compose"
when: "py2ccinstalled is defined and py2ccinstalled and 'python34-fedmsg' in group_names"
notify:
- restart fedmsg-hub