Use generic package module

This commit is contained in:
Sebastian Haderecker 2019-07-01 00:01:11 +00:00
parent c5f1c94674
commit 54ed268041

View file

@ -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: