cc fedmsg-3: make pip non-interactive
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
f4778d2019
commit
b73122ab2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue