mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +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
|
- name: Install pwgen
|
||||||
apt:
|
package:
|
||||||
name: pwgen
|
name: pwgen
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Install setuptools
|
- name: Install setuptools
|
||||||
apt:
|
package:
|
||||||
name: python-setuptools
|
name: python-setuptools
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Install pip
|
- name: Install pip
|
||||||
apt:
|
package:
|
||||||
name: python-pip
|
name: python-pip
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Install openstacksdk
|
- name: Install openstacksdk
|
||||||
pip:
|
pip:
|
||||||
|
|
Loading…
Reference in a new issue