john-h-luo 9f5a0d60d1
correct typo modify comment (#16492)
Signed-off-by: John Luo <jiehua.luo@zilliz.com>
2022-04-18 14:25:37 +08:00

14 lines
191 B
YAML

---
- name: Install Packages
apt: name={{ item }} state=latest update_cache=yes
with_items:
- ntp
- python3
- tcpdump
- wget
- openssl
- curl
- python3-pip