Commit 26f7e9ec by ansible

no message

1 parent 1c84db54
- 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
- build-essential
- plymouth
- plymouth-theme-edubuntu
- unzip
- pip: name={{ item }} state=present
with_items:
- virtualenv
- pexpect
- pymongo
...@@ -5,3 +5,5 @@ ...@@ -5,3 +5,5 @@
when: app_name == 'dma' when: app_name == 'dma'
- import_tasks: wdchat.yml - import_tasks: wdchat.yml
when: app_name == 'wdchat' when: app_name == 'wdchat'
- import_tasks: gitlab.yml
when: app_name == 'gitlab'
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!