mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
Use generic package module
This commit is contained in:
parent
c5f1c94674
commit
54ed268041
1 changed files with 6 additions and 3 deletions
|
@ -1,14 +1,17 @@
|
|||
- name: Install pwgen
|
||||
apt:
|
||||
package:
|
||||
name: pwgen
|
||||
state: present
|
||||
|
||||
- name: Install setuptools
|
||||
apt:
|
||||
package:
|
||||
name: python-setuptools
|
||||
state: present
|
||||
|
||||
- name: Install pip
|
||||
apt:
|
||||
package:
|
||||
name: python-pip
|
||||
state: present
|
||||
|
||||
- name: Install openstacksdk
|
||||
pip:
|
||||
|
|
Loading…
Reference in a new issue