These are identical except for the state differing. This can be unified using: ``` state: '{{ "absent" if (item.delete | default(false)) else 'present' }}" ```
These are identical except for the state differing. This can be unified using: