fixing args to keep script from erroring out, changing password method

This commit is contained in:
Tim Flink 2017-09-07 18:31:36 +00:00
parent e3540bf55c
commit 12773352a5

View file

@ -4,5 +4,5 @@
# This job handles updating the ufmonitor database with new data from a pagure instance # This job handles updating the ufmonitor database with new data from a pagure instance
# #
source {{ ufmonitor_config_path }} export POSTGRES_DB_PASSWORD='{{ ufmonitor_db_password }}'
docker run --add-host=postgres:{{ ufmonitor_db_host}} {{ updater_container_image }} -l /var/log/ufmonitor/updater.log docker run --add-host=postgres:{{ ufmonitor_db_host}} {{ updater_container_image }}