mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
odbc: add Arch Linux support via AUR psqlodbc (#11944)
* test(odbc): add Arch Linux support via AUR psqlodbc Fixes #4267 * test(setup_postgresql_db): guard Arch Linux initdb with creates * test(odbc): add setup_remote_tmp_dir dependency
This commit is contained in:
@@ -100,6 +100,8 @@
|
||||
|
||||
- name: Initialize postgres (Archlinux)
|
||||
command: su - postgres -c "initdb --locale en_US.UTF-8 -D '/var/lib/postgres/data'"
|
||||
args:
|
||||
creates: /var/lib/postgres/data/PG_VERSION
|
||||
when: ansible_facts.os_family == "Archlinux"
|
||||
|
||||
- name: Initialize postgres (Alpine)
|
||||
|
||||
Reference in New Issue
Block a user