From 7a93d7680dc62139af9b18233c2c7e2394835bff Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Fri, 8 Nov 2019 09:04:36 +0000 Subject: [PATCH] chore: remove common role from project --- .gitmodules | 3 --- roles/common | 1 - site.yml | 9 --------- 3 files changed, 13 deletions(-) delete mode 100644 .gitmodules delete mode 160000 roles/common diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index acfce71..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "roles/common"] - path = roles/common - url = git@gitlab.com:dananglin/ansible-alpine-common-role.git diff --git a/roles/common b/roles/common deleted file mode 160000 index c1d9c6d..0000000 --- a/roles/common +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c1d9c6dd6b6750a92482ca6c0c64fbe3d08d36b1 diff --git a/site.yml b/site.yml index 7ba7b3f..63d33ba 100644 --- a/site.yml +++ b/site.yml @@ -6,15 +6,6 @@ tags: - always -- name: Running common tasks. - hosts: all - become: yes - become_method: sudo - roles: - - common - tags: - - common - - name: Installing and configuring PostgreSQL for Pleroma. hosts: pleroma_database become: yes