fix: quotes

This commit is contained in:
2026-06-08 08:34:27 +00:00
parent 70b58bc4bf
commit 21bbe4a5e3

View File

@@ -61,7 +61,7 @@
register: apt_check
- name: Proceed if updates are available
when: apt_check.changed or "'vertex' in inventory_hostname"
when: apt_check.changed or 'vertex' in inventory_hostname
block:
- name: Get version before upgrade