Commit a2e6f3a5 by ansible

no message

1 parent 068491cb
Showing with 6 additions and 11 deletions
...@@ -5,6 +5,12 @@ ...@@ -5,6 +5,12 @@
- name: Install required packages - name: Install required packages
apt: name={{ item }} state=present apt: name={{ item }} state=present
with_items: with_items:
- lsof
- sysstat
- gnuplot
- bc
- ntp
- jq
- parted - parted
- python3-pip - python3-pip
- python-dev - python-dev
...@@ -18,14 +24,3 @@ ...@@ -18,14 +24,3 @@
- virtualenv - virtualenv
- pexpect - pexpect
- pymongo - 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!