This commit is contained in:
Felix Fontein 2025-06-08 17:06:47 +02:00
parent 9f3307dc64
commit d6beac3b43

View File

@ -1298,7 +1298,6 @@ def _get_expected_values_command(module, client, api_version, options, image, va
return expected_values return expected_values
def _needs_container_image_command(values): def _needs_container_image_command(values):
return values.get('command') == [] return values.get('command') == []