Actually don't embed prepare.yml
It can be customised if needed, otherwise not used.
This commit is contained in:
parent
dfb003fdcb
commit
671e92cd0b
@ -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
|
Loading…
Reference in New Issue
Block a user