mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +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
|
- name: Install openstacksdk
|
||||||
pip:
|
pip:
|
||||||
name: openstacksdk
|
name: openstacksdk
|
||||||
|
executable: pip3
|
||||||
|
|
||||||
- name: Check if agent forwarding is enabled
|
- name: Check if agent forwarding is enabled
|
||||||
fail:
|
fail:
|
||||||
|
|
Loading…
Reference in a new issue