add Ubuntu 22.04 support

This commit is contained in:
ace
2023-03-15 14:04:55 +03:00
parent f753c5d1af
commit 2e22041213
3 changed files with 26 additions and 2 deletions

View File

@ -23,7 +23,7 @@
include_tasks: locale.yaml
tags: postgresql_locale
- name: "Install PostgreSQL for {{ ansible_facts['os_family'] }}"
- name: "Install PostgreSQL for {{ ansible_facts['distribution'] }}"
include_tasks: "{{ ansible_facts['os_family'] }}/main.yaml"
tags: postgresql_setup