mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2025-06-28 18:03:08 +00:00
add Ubuntu 22.04 support
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user