chore: remove common role from project

This commit is contained in:
Dan Anglin 2019-11-08 09:04:36 +00:00
parent 8db0186fec
commit 7a93d7680d
No known key found for this signature in database
GPG key ID: 7AC2B18EC1D09F27
3 changed files with 0 additions and 13 deletions

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "roles/common"]
path = roles/common
url = git@gitlab.com:dananglin/ansible-alpine-common-role.git

@ -1 +0,0 @@
Subproject commit c1d9c6dd6b6750a92482ca6c0c64fbe3d08d36b1

View file

@ -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