mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
Merge pull request #749 from shaderecker/pip3
Ansible: Set pip executable to pip3
This commit is contained in:
commit
f767179cc9
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
- name: Install openstacksdk
|
||||
pip:
|
||||
name: openstacksdk
|
||||
executable: pip3
|
||||
|
||||
- name: Check if agent forwarding is enabled
|
||||
fail:
|
||||
|
|
Loading…
Reference in a new issue