From 9c94e9fc5079bdf850005e1c5ff7b65bc328106a Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Fri, 2 May 2025 08:15:23 +0200 Subject: [PATCH] fix: do not force use_data usage --- src/rougail/user_data_environment/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rougail/user_data_environment/config.py b/src/rougail/user_data_environment/config.py index e6a2be5..6143a7a 100644 --- a/src/rougail/user_data_environment/config.py +++ b/src/rougail/user_data_environment/config.py @@ -30,7 +30,7 @@ environment: description: Define values from the environment disabled: jinja: | - {% if 'environment' not in step.user_data %} + {% if step.user_data is propertyerror or 'environment' not in step.user_data %} disabled {% endif %} default_environment_name: