Fix Gitlab CI, lint, start updating to molecule 3
Compare changes
Files
11+ 1
− 1
@@ -23,7 +23,7 @@ funkwhale_database_port: 5432
@@ -23,7 +23,7 @@ funkwhale_database_port: 5432
# ↓ Considering the playbook handles both local and remote PostGreSQL server types, this should typically not be required.
#funkwhale_database_url: postgresql://{{ funkwhale_database_user }}[:{{ funkwhale_database_password }}]@[{{ funkwhale_database_host_app }}]:{{ funkwhale_database_port | default(5432) }}/{{ funkwhale_database_name }}