Sign in
cos
/
third_party
/
containerd
/
refs/heads/release-R129
/
.
/
contrib
/
ansible
/
tasks
/
bootstrap_ubuntu.yaml
blob: 3bb9b213498b4ade6c610bee66f7d6a73a49c6b3 [
file
] [
log
] [
blame
] [
edit
]
---
-
name:
"Install required packages on Ubuntu"
package:
name:
"{{ item }}"
state:
latest
with_items:
-
unzip
-
tar
-
apt
-
transport
-
https
-
btrfs
-
tools
-
libseccomp2
-
util
-
linux