feat(postgresql): added new role to install pgsql server
This commit is contained in:
parent
068a2e2790
commit
7d6155f97e
13 changed files with 281 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: install client packages
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
cache_valid_time: 3600
|
||||
force_apt_get: true
|
||||
pkg:
|
||||
- postgresql-client
|
Loading…
Add table
Add a link
Reference in a new issue