batcave: install postgresql12 psql for client querys to db-datanommer
See ticket https://pagure.io/fedora-infrastructure/issue/9913 Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1bbfd7f02f
commit
1ee14dc2f4
1 changed files with 21 additions and 0 deletions
|
@ -623,3 +623,24 @@
|
|||
tags:
|
||||
- batcave
|
||||
- tmux
|
||||
|
||||
- name: enable the postgresql 12 module for psql on batcave
|
||||
copy:
|
||||
dest: /etc/dnf/modules.d/postgresql.module
|
||||
content: |
|
||||
[postgresql]
|
||||
name=postgresql
|
||||
stream=12
|
||||
profiles=
|
||||
state=enabled
|
||||
tags:
|
||||
- batcave
|
||||
- postgres
|
||||
|
||||
- name: install psql client
|
||||
package: name=postgresql state=present
|
||||
tags:
|
||||
- batcave
|
||||
- postgres
|
||||
- config
|
||||
- packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue