Remove python3 default for whisper

This was incorrectly merged when we copypasta from another role. We
actually are fine with python2 for now.

Change-Id: I3f9f122c3a25bbb105f6dad254db8ff1e4d817d3
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-08-02 22:55:43 -04:00
parent b9257405bf
commit aaafea872c
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 0 additions and 8 deletions

View File

@ -24,12 +24,4 @@
state: installed
when: whisper_install_method == 'git' or whisper_install_method == 'pip'
- name: Define whisper_pip_executable if needed.
set_fact:
whisper_pip_executable: pip3
when:
- whisper_install_method == 'git' or whisper_install_method == 'pip'
- whisper_pip_virtualenv_python is not defined
- whisper_pip_executable is not defined
- include: "install/{{ whisper_install_method }}.yaml"