Merge pull request #2 from dracos/remove-unneeded-install

Remove unneeded install.
This commit is contained in:
Sadiq Saif 2018-08-23 17:51:08 -04:00 committed by GitHub
commit 46e947c22c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -58,15 +58,5 @@
- libicu-dev
- libjemalloc1
- libjemalloc-dev
- name: Install xenial specific deps
when: ansible_distribution_release == 'xenial'
apt: name={{ item }} state=latest update_cache=yes
with_items:
- libgdbm3
- name: Install bionic specific deps
when: ansible_distribution_release == 'bionic'
apt: name={{ item }} state=latest update_cache=yes
with_items:
- libgdbm5
- name: Add mastodon system user
user: name=mastodon shell=/bin/bash state=present