4 lines
132 B
YAML
4 lines
132 B
YAML
---
|
|
- name: Bootstrap Xenial target hosts for ansible use
|
|
raw: apt-get install -y python-minimal
|
|
when: bootstrap_os == "xenial"
|