Commit 068491cb by ansible

no message

1 parent f6db6582
Showing with 12 additions and 6 deletions
- name: Run the equivalent of "apt-get update" as a separate step
apt:
update_cache: yes
- name: Install required packages
apt: name={{ item }} state=present
with_items:
- sysstat
- gnuplot
- bc
- ntp
- jq
- parted
- python3-pip
- python-dev
......@@ -16,10 +12,20 @@
- plymouth
- plymouth-theme-edubuntu
- unzip
- lsof
- pip: name={{ item }} state=present
with_items:
- 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!