mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
Sigh, fix rvc pip command ordering
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
- restart fedmsg-hub
|
||||
|
||||
- name: Remove relvalconsumer (Python 2)
|
||||
command: "pip2 --disable-pip-version-check --yes uninstall relvalconsumer"
|
||||
command: "pip2 uninstall --disable-pip-version-check --yes relvalconsumer"
|
||||
when: "py2rvinstalled is defined and py2rvinstalled and 'python34-fedmsg' in group_names"
|
||||
notify:
|
||||
- restart fedmsg-hub
|
||||
|
||||
Reference in New Issue
Block a user