Remove unnecessary code

This commit is contained in:
Alex Kotov 2020-01-14 14:29:54 +05:00
parent 2743de5856
commit 2e92b463e2
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
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)
become: true
changed_when: false