Procházet zdrojové kódy

restart buildbot when database has changed

covid-videoplattform
rodič
revize
5f0b1f5bf0
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      tasks/database.yaml

+ 2
- 0
tasks/database.yaml Zobrazit soubor

@@ -6,11 +6,13 @@
postgresql_user:
name: "{{buildbot_db_user}}"
password: "{{buildbot_db_pass}}"
notify: restart buildbot service

- name: postgresql database
postgresql_db:
name: "{{buildbot_db_name}}"
owner: "{{buildbot_db_user}}"
notify: restart buildbot service

become: true
become_user: postgres

Načítá se…
Zrušit
Uložit