mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Merge pull request #749 from shaderecker/pip3
Ansible: Set pip executable to pip3
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
- name: Install openstacksdk
|
||||
pip:
|
||||
name: openstacksdk
|
||||
executable: pip3
|
||||
|
||||
- name: Check if agent forwarding is enabled
|
||||
fail:
|
||||
|
Reference in New Issue
Block a user