equal
deleted
inserted
replaced
1 --- |
1 --- |
2 |
2 |
3 postgresql_version: "11" |
3 postgresql_version: "12" |
4 postgresql_config_path: "/etc/postgresql/{{postgresql_version}}/main/postgresql.conf" |
4 postgresql_config_path: "/etc/postgresql/{{postgresql_version}}/main/postgresql.conf" |
5 postgresql_data_dir: "/var/lib/postgresql/{{postgresql_version}}/main" |
5 postgresql_data_dir: "/var/lib/postgresql/{{postgresql_version}}/main" |
6 postgresql_apt_packages: |
6 postgresql_apt_packages: |
7 - "postgresql-{{postgresql_version}}" |
7 - "postgresql-{{postgresql_version}}" |
8 - "pgcli" |
8 - "pgcli" |