relvalconsumer: no --nodeps in setup.py install any more
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
0439ed70f7
commit
bfcecfa553
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue