Skip to content

Commit

Permalink
fix: Install wheel during ansible setup
Browse files Browse the repository at this point in the history
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
  • Loading branch information
gavindsouza and barredterra committed Sep 3, 2020
1 parent 81d5b21 commit 61567be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Expand Up @@ -163,7 +163,7 @@ def install_prerequisites():
install_package('pip3', 'python3-pip')

success = run_os_command({
'python3': "sudo -H python3 -m pip install --upgrade setuptools cryptography ansible==2.8.5 pip"
'python3': "sudo -H python3 -m pip install --upgrade setuptools wheel cryptography ansible==2.8.5 pip"
})

if not (success or shutil.which('ansible')):
Expand Down

0 comments on commit 61567be

Please sign in to comment.