diff options
author | Ralph Bean <rbean@redhat.com> | 2015-04-24 19:26:33 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2015-04-24 19:26:33 +0000 |
commit | 6cad2099068e309a617ed95da954f4048c737650 (patch) | |
tree | e4a08c28aeec4af257a20270f3f8f5e98a814e28 | |
parent | 03ecca6d730916d6089c7661d90e19f53b89c377 (diff) | |
download | ansible-6cad2099068e309a617ed95da954f4048c737650.tar.gz ansible-6cad2099068e309a617ed95da954f4048c737650.tar.xz ansible-6cad2099068e309a617ed95da954f4048c737650.zip |
Add link to patch.
-rw-r--r-- | roles/koji_hub/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/koji_hub/tasks/main.yml b/roles/koji_hub/tasks/main.yml index 57bea75d6..3839564c4 100644 --- a/roles/koji_hub/tasks/main.yml +++ b/roles/koji_hub/tasks/main.yml @@ -37,6 +37,7 @@ # XXX - we only want to do this in staging for now because it requires a patch # to koji itself to include the extra-footer.html file in a sufficiently # advanced way. + # https://lists.fedoraproject.org/pipermail/buildsys/2015-April/004636.html when: env == 'staging' - name: hub config |