mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
Move postgresql stuff around.
This commit is contained in:
@@ -19,6 +19,13 @@
|
||||
tags:
|
||||
- service
|
||||
|
||||
- name: setup postgresql koji config file
|
||||
template: src=pg_hba.conf.j2 dest=/var/lib/pgsql/data/pg_hba.conf mode=600 backup=yes
|
||||
notify:
|
||||
- restart postgresql
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: Set postgresql-server to run on boot
|
||||
service: name=postgresql enabled=yes
|
||||
ignore_errors: true
|
||||
|
||||
Reference in New Issue
Block a user