backend update

This commit is contained in:
CC
2026-06-23 23:04:59 +01:00
parent 4550a0939a
commit da1cf3e41a
3 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,6 @@
tasks:
- name: Update tags on each VM
community.proxmox.proxmox_kvm:
api_user: "{{ lookup('env', 'PROXMOX_USER') }}"
api_token_id: "{{ lookup('env', 'PROXMOX_TOKEN_ID') }}"
api_token_secret: "{{ lookup('env', 'PROXMOX_TOKEN_SECRET') }}"
api_host: "{{ lookup('env', 'PROXMOX_HOST') }}"