Update check-compose role for Greenwave integration

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-12-05 19:33:06 -08:00
parent 846d74373e
commit ed6fb9c465
4 changed files with 8 additions and 1 deletions

View file

@ -31,7 +31,9 @@
# NOTE: this is missing /etc/openqa/client.conf configuration, for now;
# we're assuming it'll be deployed on the openqa server boxes and hence
# client.conf will be in place (and localhost default would be correct
# anyhow)
# anyhow). We also get lazy and assume fedora_openqa will be installed
# by openqa/dispatcher role; ideally we should factor this out into a
# shared task or something.
#- name: Install required packages (testing)
# dnf: name={{ item }} state=present enablerepo="updates-testing"