mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
8 lines
244 B
Django/Jinja
8 lines
244 B
Django/Jinja
#!/bin/bash
|
|
|
|
#
|
|
# This job handles updating the ufmonitor database with new data from a pagure instance
|
|
#
|
|
|
|
docker run --add-host=postgres:{{ ufmonitor_db_host}} -e POSTGRES_DB_PASSWORD="{{ ufmonitor_db_password }}" {{ updater_container_image }}
|