proxmox snapshot quotes
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
- name: Create / Remove snapshot
|
||||
community.proxmox.proxmox_snap:
|
||||
api_user: {{ api_user }}
|
||||
api_password: {{ api_password }}
|
||||
api_host: {{ api_host }}
|
||||
vmid: {{ vmid }}
|
||||
state: {{ snap_state }}
|
||||
snapname: {{ snap_name }}
|
||||
api_user: "{{ api_user }}"
|
||||
api_password: "{{ api_password }}"
|
||||
api_host: "{{ api_host }}"
|
||||
vmid: "{{ vmid }}"
|
||||
state: "{{ snap_state }}"
|
||||
snapname: "{{ snap_name }}"
|
||||
Reference in New Issue
Block a user