tokenbridge/deployment-e2e/molecule/prepare.yml

14 lines
300 B
YAML
Raw Normal View History

---
- 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