containerd/contrib/ansible/tasks/bootstrap_centos.yaml
Lantao Liu 69b3f3aeac Add socat back.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-04-11 01:53:24 +00:00

14 lines
223 B
YAML

---
- name: "Install required packages on CentOS "
yum:
name: "{{ item }}"
state: latest
with_items:
- unzip
- tar
- btrfs-progs
- libseccomp
- util-linux
- socat
- libselinux-python