jetzt aber
This commit is contained in:
6
main.yml
6
main.yml
@@ -2,6 +2,12 @@
|
|||||||
- name: Install required Pip modules
|
- name: Install required Pip modules
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Install python-setup tools
|
||||||
|
package:
|
||||||
|
name:
|
||||||
|
- python3-setuptools
|
||||||
|
state: latest
|
||||||
|
|
||||||
- name: Install proxmoxer and requests modules
|
- name: Install proxmoxer and requests modules
|
||||||
pip:
|
pip:
|
||||||
name:
|
name:
|
||||||
|
|||||||
Reference in New Issue
Block a user