install python distutils in case of sisyphus

This commit is contained in:
Sergey Bubnov 2018-11-06 17:18:54 +04:00
parent ee8426ea6b
commit 93a9e01551
2 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,7 @@
- {role: pve, tags: [ ]}
- {role: lxc, tags: [ ]}
- {role: inventory, bootstrap: yes, tags: [ ]}
- {role: prereq, tags: [ ]}
tags: [ provision ]
- name: prepare nodes

View File

@ -0,0 +1,4 @@
---
- name: install python distutils
raw: apt-get install -qy python-modules-distutils
when: node.platform is undefined