Replaced Postgres with MariaDB for Nextcloud role
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
- name: Install PostgreSQL Support for Python
|
||||
apt:
|
||||
name: python-psycopg2
|
||||
state: present
|
||||
|
||||
- name: Install PostgreSQL
|
||||
apt:
|
||||
name: postgresql
|
||||
|
Reference in New Issue
Block a user