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