From ea4cba172398f932f4ce39821fc52178c3d94f8b Mon Sep 17 00:00:00 2001 From: staticsafe Date: Fri, 24 Nov 2017 12:44:33 -0500 Subject: [PATCH] Role should have stuff that was in site.yml --- roles/common/tasks/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 818865f..43fd2a0 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -1,9 +1,6 @@ --- # This role installs packages that every Mastodon server needs and does common # node setup -- name: This role installs packages that every Mastodon server needs and does common node setup - hosts: all - remote_user: root - name: Install python-apt, aptitude, and debconf-utils shell: apt-get update && apt-get -y install python-apt aptitude debconf-utils - name: Do any package upgrades