Browse Source

Fix lint errors

Scott Dodson 7 years ago
parent
commit
8a7f40a470
1 changed files with 1 additions and 2 deletions
  1. 1 2
      test/integration/openshift_health_checker/setup_container.yml

+ 1 - 2
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 }
-