forked from saratov/infra
install python distutils in case of sisyphus
This commit is contained in:
parent
ee8426ea6b
commit
93a9e01551
@ -17,6 +17,7 @@
|
||||
- {role: pve, tags: [ ]}
|
||||
- {role: lxc, tags: [ ]}
|
||||
- {role: inventory, bootstrap: yes, tags: [ ]}
|
||||
- {role: prereq, tags: [ ]}
|
||||
tags: [ provision ]
|
||||
|
||||
- name: prepare nodes
|
||||
|
4
roles/prereq/tasks/main.yml
Normal file
4
roles/prereq/tasks/main.yml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: install python distutils
|
||||
raw: apt-get install -qy python-modules-distutils
|
||||
when: node.platform is undefined
|
Loading…
Reference in New Issue
Block a user