Commit a2e6f3a5 by ansible

no message

1 parent 068491cb
Showing with 7 additions and 12 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
......@@ -17,15 +23,4 @@
with_items:
- virtualenv
- pexpect
- pymongo
- name: Install required packages
apt: name={{ item }} state=present
with_items:
- lsof
- sysstat
- gnuplot
- bc
- ntp
- jq
- pymongo
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!