add postgresql_server

This commit is contained in:
Matthew Stobbs
2025-03-22 17:59:14 -06:00
parent 63a83f2ec3
commit 103846e45e
4 changed files with 50 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
# vim: set filetype=yaml.ansible:
---
- name: Append postgresql server to pkg_sys
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + postgresql_server.pkgs }}"