Remove unneeded install.
libgdbm-dev already has the appropriate package as a dependency.
This commit is contained in:
parent
65e8c564fd
commit
463654a050
|
@ -58,15 +58,5 @@
|
||||||
- libicu-dev
|
- libicu-dev
|
||||||
- libjemalloc1
|
- libjemalloc1
|
||||||
- libjemalloc-dev
|
- 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
|
- name: Add mastodon system user
|
||||||
user: name=mastodon shell=/bin/bash state=present
|
user: name=mastodon shell=/bin/bash state=present
|
||||||
|
|
Loading…
Reference in New Issue