summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-checks
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2018-01-16 13:15:07 -0500
committerLuke Meyer <lmeyer@redhat.com>2018-01-16 13:15:07 -0500
commit2c85de5af492d6be8b46047d4a21fa6d450315ae (patch)
tree90df207ddf2d23ba043c751e1364c4a920274707 /playbooks/openshift-checks
parent8de2b99d915fadc6579320b7b74354ab33213067 (diff)
downloadopenshift-2c85de5af492d6be8b46047d4a21fa6d450315ae.tar.gz
openshift-2c85de5af492d6be8b46047d4a21fa6d450315ae.tar.bz2
openshift-2c85de5af492d6be8b46047d4a21fa6d450315ae.tar.xz
openshift-2c85de5af492d6be8b46047d4a21fa6d450315ae.zip
openshift_checks: repair adhoc list-checks mode
fixes bug https://bugzilla.redhat.com/show_bug.cgi?id=1509157 docker_image_availability.__init__ was loading a variable that of course was not defined for localhost, which is how this play runs. Fixed that. Would be nice if there were a more generic way to solve that class of problem but I can't think of anything for now that isn't worse. Also noticed that this play gathers facts for localhost. That's not necessary for what it's doing, so disabled that.
Diffstat (limited to 'playbooks/openshift-checks')
-rw-r--r--playbooks/openshift-checks/adhoc.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/openshift-checks/adhoc.yml b/playbooks/openshift-checks/adhoc.yml
index 414090733..249222ae4 100644
--- a/playbooks/openshift-checks/adhoc.yml
+++ b/playbooks/openshift-checks/adhoc.yml
@@ -11,6 +11,7 @@
# usage. Running this play only in localhost speeds up execution.
hosts: localhost
connection: local
+ gather_facts: false
roles:
- openshift_health_checker
vars: