Actually don't embed prepare.yml

It can be customised if needed, otherwise not used.
This commit is contained in:
Luke Murphy
2020-04-27 16:00:39 +02:00
parent dfb003fdcb
commit 671e92cd0b

View File

@ -1,9 +0,0 @@
---
- name: Prepare
hosts: all
gather_facts: false
tasks:
- name: Install python for Ansible
raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal python-zipstream)
become: true
changed_when: false