From 463654a050f39f92ec5ef704bc7355d4137e7699 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 22 Aug 2018 09:17:42 +0100 Subject: [PATCH] Remove unneeded install. libgdbm-dev already has the appropriate package as a dependency. --- roles/common/tasks/main.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 503c96f..1e4e118 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -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 -- 2.34.1