mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
cc fedmsg-3: make pip non-interactive
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user