diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2017-08-24 20:36:48 +0200 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2017-08-24 20:36:48 +0200 |
commit | 697888841516c0d9704225b360f88f85aa48572b (patch) | |
tree | 1093b445f2d8d476bce7c55221659a0a01fae7a6 | |
parent | abe1ad3260ed8fd1f911740084ace54a945e431a (diff) | |
download | ansible-697888841516c0d9704225b360f88f85aa48572b.tar.gz ansible-697888841516c0d9704225b360f88f85aa48572b.tar.xz ansible-697888841516c0d9704225b360f88f85aa48572b.zip |
Set a (correct) greenwave url to bodhi prod
-rw-r--r-- | roles/bodhi2/base/templates/production.ini.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 37b6d2e60..bf9bf0941 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -311,7 +311,7 @@ test_gating.required = False # test_gating.url = # The API url of Greenwave. -# greenwave_api_url = https://greenwave.fedoraproject.org/api/v1.0 +greenwave_api_url = https://greenwave-web-greenwave.app.os.fedoraproject.org/api/v1.0 ## ## ACL system |