containerd/contrib/ansible/tasks/bootstrap_centos.yaml
Lantao Liu 994df4cb7c Improve ansible playbook.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-09-25 22:39:04 +00:00

14 lines
224 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