소스 검색

revert role-specific var name

juanvallejo 8 년 전
부모
커밋
8c518fd587
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/openshift_health_checker/openshift_checks/etcd_volume.py

+ 1 - 1
roles/openshift_health_checker/openshift_checks/etcd_volume.py

@@ -29,7 +29,7 @@ class EtcdVolume(OpenShiftCheck):
 
         threshold = get_var(
             task_vars,
-            "r_openshift_health_checker_etcd_device_usage_threshold_percent",
+            "etcd_device_usage_threshold_percent",
             default=self.default_threshold_percent
         )