mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
Taskotron: Drop postgresql from buildmaster play
This commit is contained in:
@@ -63,14 +63,7 @@
|
||||
notify:
|
||||
- reload httpd
|
||||
|
||||
- name: ensure postgresql service is running
|
||||
systemd:
|
||||
name: postgresql
|
||||
state: started
|
||||
enabled: true
|
||||
|
||||
- name: ensure buildmaster database is created
|
||||
when: buildmaster_db_host != 'localhost'
|
||||
delegate_to: "{{ buildmaster_db_host }}"
|
||||
become: true
|
||||
become_user: postgres
|
||||
|
||||
Reference in New Issue
Block a user