Replaced Postgres with MariaDB for Nextcloud role

This commit is contained in:
2020-01-20 22:27:13 -05:00
parent 2c3df61caf
commit 370c3c6300
3 changed files with 23 additions and 27 deletions

View File

@@ -1,3 +1,8 @@
- name: Install PostgreSQL Support for Python
apt:
name: python-psycopg2
state: present
- name: Install PostgreSQL
apt:
name: postgresql