diff -r ed9f4d0ddce3 -r ac5e16a08576 postgresql/defaults/main.yaml --- a/postgresql/defaults/main.yaml Mon Jun 08 17:18:28 2020 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ ---- - -postgresql_version: "11" -postgresql_config_path: "/etc/postgresql/{{postgresql_version}}/main/postgresql.conf" -postgresql_data_dir: "/var/lib/postgresql/{{postgresql_version}}/main" -postgresql_apt_packages: - - "postgresql-{{postgresql_version}}" - - "pgcli" - - "postgresql-client" - - "postgresql-common"