Commit 7c048bce by ansible

no message

1 parent 0a4bbd58
Showing with 13 additions and 13 deletions
......@@ -3,19 +3,19 @@
become: true
tasks:
- name: Install required packages
apt: name={{ item }} state=present update_cache=yes
with_items:
- sysstat
- gnuplot
- bc
- ntp
- jq
- parted
- python3-pip
- python-dev
- build-essential
- plymouth
- plymouth-theme-edubuntu
apt: name={{ item }} state=present update_cache=yes
with_items:
- sysstat
- gnuplot
- bc
- ntp
- jq
- parted
- python3-pip
- python-dev
- build-essential
- plymouth
- plymouth-theme-edubuntu
- pip: name={{ item }} state=present
with_items:
- virtualenv
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!