Sigh, fix rvc pip command ordering

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson
2018-11-26 12:43:02 -08:00
parent 43db2ee9fc
commit bf2ace3d6a

View File

@@ -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