fix: playbook task already has access to inventory-level variables

This commit is contained in:
2025-12-16 13:48:33 -05:00
parent c39463f4a7
commit d88a9d6176

View File

@@ -13,7 +13,7 @@
private_ip: true
region: "{{ vps_service.region }}"
root_pass: "{{ vps_service.password }}"
tags: "{{ hostvars[inventory_hostname].keywords }}"
tags: "{{ keywords }}"
state: "{{ 'present' if vps_service.exists else 'absent' }}"
tags:
- vps_step