service: fix conditional

This commit is contained in:
uumas
2025-10-06 16:13:35 +03:00
parent 69eca0189e
commit f989c204d1

View File

@@ -68,4 +68,4 @@
image_user: "{{ container_image.Config.User }}"
when:
- not ansible_check_mode
- container_image.Config.User | int
- container_image.Config.User | int != 0