blob: bb0c384e919732b9e29d34d8cc4ca9f3a573b07c [file] [log] [blame]
---
# tasks file for opdk-setup-os-common-extra
#- block:
- name: Update yum os packages
yum:
name: "{{ item }}"
state: present
with_items:
- bind-utils
- chkconfig
- curl
- sudo
- tar
- wget
- yum-utils
- grep
- rpm
- sed
- sudo
- unzip
- rsync
- which
- lsof
- nc
- dos2unix
- tcpdump
- tree
- telnet
- vim