summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-08-07 21:21:07 -0400
committerScott Dodson <sdodson@redhat.com>2017-08-07 21:21:07 -0400
commit8a7f40a470b730e077deae5276710b674d346dbe (patch)
tree943896169744ddbcebdc63c26206db064941603d /test
parent7afd385e1e0d0ac5cdb4783be7cad692e65da9d4 (diff)
downloadopenshift-8a7f40a470b730e077deae5276710b674d346dbe.tar.gz
openshift-8a7f40a470b730e077deae5276710b674d346dbe.tar.bz2
openshift-8a7f40a470b730e077deae5276710b674d346dbe.tar.xz
openshift-8a7f40a470b730e077deae5276710b674d346dbe.zip
Fix lint errors
Diffstat (limited to 'test')
-rw-r--r--test/integration/openshift_health_checker/setup_container.yml3
1 files changed, 1 insertions, 2 deletions
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 }
-