diff --git a/public_html/valuestore/index.php b/public_html/valuestore/index.php
index 25f2e794bd3b5e12529c9c4e9262f07c805598ce..f554bdbfc4c0b6d274457348a838f65df87cb4f2 100644
--- a/public_html/valuestore/index.php
+++ b/public_html/valuestore/index.php
@@ -108,7 +108,9 @@ if (
 }
 disallowGet('action', 'cleanup');
 disallowGet('action', 'delete');
-disallowGet('action', 'update');
+
+// used by Anasible to update the value ... I disable it for now to fix it in the near future
+// disallowGet('action', 'update');
 
 $sProject = getParam('project', '/[^a-z\-\_0-9]/');
 $sPackage = getParam('package', '/[^a-z\-\_0-9]/');