Remove obsolete preapre.yml file (#212)

This commit is contained in:
Przemyslaw Rzad 2019-09-13 16:19:34 +02:00 committed by GitHub
parent 6b55c54497
commit ab8270ee7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,13 +0,0 @@
---
- name: prepare
hosts: all
tasks:
- name: install apt packages
apt:
name: "{{ packages }}"
vars:
packages:
- apt-transport-https
- rsyslog
- shell: service rsyslog start
- shell: groupadd docker && chgrp docker /var/run/docker.sock