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
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 9 deletions

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