Commit 7c048bce by ansible

no message

1 parent 0a4bbd58
Showing with 13 additions and 13 deletions
...@@ -3,19 +3,19 @@ ...@@ -3,19 +3,19 @@
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 }} state=present update_cache=yes
with_items: with_items:
- sysstat - sysstat
- gnuplot - gnuplot
- bc - bc
- ntp - ntp
- jq - jq
- parted - parted
- python3-pip - python3-pip
- python-dev - python-dev
- build-essential - build-essential
- plymouth - plymouth
- plymouth-theme-edubuntu - 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!