Commit 0af232ae by ansible

no message

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