Commit a2e6f3a5 by ansible

no message

1 parent 068491cb
Showing with 7 additions and 12 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
...@@ -17,15 +23,4 @@ ...@@ -17,15 +23,4 @@
with_items: with_items:
- 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!