diff --git a/molecule_hetznercloud/playbooks/prepare.yml b/molecule_hetznercloud/playbooks/prepare.yml deleted file mode 100644 index ddb01fb..0000000 --- a/molecule_hetznercloud/playbooks/prepare.yml +++ /dev/null @@ -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