diff options
author | Kevin Fenzi <kevin@scrye.com> | 2015-06-11 20:17:52 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2015-06-11 20:17:52 +0000 |
commit | 6642890bc4726fd1ef90b59249be1daae14292dc (patch) | |
tree | 168649f76a05be69efc47e946082e74a07616b59 | |
parent | cf197febd5461f376a3def5bef09affdf84d839a (diff) | |
download | ansible-6642890bc4726fd1ef90b59249be1daae14292dc.tar.gz ansible-6642890bc4726fd1ef90b59249be1daae14292dc.tar.xz ansible-6642890bc4726fd1ef90b59249be1daae14292dc.zip |
Also this koji url. Should have just added all three at once. Oh well.
-rw-r--r-- | inventory/host_vars/s390-koji01.qa.fedoraproject.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inventory/host_vars/s390-koji01.qa.fedoraproject.org b/inventory/host_vars/s390-koji01.qa.fedoraproject.org index 1b8d45f98..3b58c0f15 100644 --- a/inventory/host_vars/s390-koji01.qa.fedoraproject.org +++ b/inventory/host_vars/s390-koji01.qa.fedoraproject.org @@ -29,3 +29,4 @@ virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }} koji_topurl: "http://s390pkgs.fedoraproject.org/" koji_server_url: "http://s390.koji.fedoraproject.org/kojihub" +koji_weburl: "http://s390.koji.fedoraproject.org/koji" |