mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Use generic package module
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user