relvalconsumer: no --nodeps in setup.py install any more

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-11-29 09:57:46 -08:00
parent 0439ed70f7
commit bfcecfa553

View file

@ -148,7 +148,7 @@
check_mode: no
- name: Install relvalconsumer
command: "python3 setup.py install --nodeps"
command: "python3 setup.py install"
args:
chdir: /root/relvalconsumer
when: "gitrvc is changed or instrvc.rc != 0"