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

16 lines
335 B
YAML

---
- name: "Install required packages on Ubuntu"
package:
name: "{{ item }}"
state: latest
with_items:
- unzip
- tar
- apt-transport-https
- btrfs-tools
- libapparmor1
- libseccomp2
- socat
- util-linux
# TODO: Limited support for trusty for nsenter. Need to handle/verify