Commit a2e6f3a5 by ansible

no message

1 parent 068491cb
Showing with 6 additions and 11 deletions
......@@ -5,6 +5,12 @@
- name: Install required packages
apt: name={{ item }} state=present
with_items:
- lsof
- sysstat
- gnuplot
- bc
- ntp
- jq
- parted
- python3-pip
- python-dev
......@@ -18,14 +24,3 @@
- virtualenv
- pexpect
- pymongo
- name: Install required packages
apt: name={{ item }} state=present
with_items:
- lsof
- sysstat
- gnuplot
- bc
- ntp
- jq
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!