Merge pull request #749 from shaderecker/pip3

Ansible: Set pip executable to pip3
This commit is contained in:
Marco Ochse 2021-01-12 17:14:46 +01:00 committed by GitHub
commit f767179cc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@
- name: Install openstacksdk
pip:
name: openstacksdk
executable: pip3
- name: Check if agent forwarding is enabled
fail: