From 8a7f40a470b730e077deae5276710b674d346dbe Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Mon, 7 Aug 2017 21:21:07 -0400 Subject: Fix lint errors --- test/integration/openshift_health_checker/setup_container.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/integration/openshift_health_checker/setup_container.yml b/test/integration/openshift_health_checker/setup_container.yml index 90b2d6a4b..413754fcd 100644 --- a/test/integration/openshift_health_checker/setup_container.yml +++ b/test/integration/openshift_health_checker/setup_container.yml @@ -45,7 +45,7 @@ with_dict: "{{ l_host_vars | default({}) }}" - hosts: all - tasks: + tasks: # run before openshift_version to prevent it breaking - include: preflight/playbooks/tasks/enable_repo.yml @@ -60,4 +60,3 @@ # put it back like it was for the tests - include: preflight/playbooks/tasks/enable_repo.yml vars: { repo_name: "ose-3.2", enabled: False } - -- cgit v1.2.1