Explorar el Código

revert role-specific var name

juanvallejo hace 8 años
padre
commit
8c518fd587

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

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