Skip to content

Commit

Permalink
Quota - new 14
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed Oct 26, 2023
1 parent f5b6b93 commit 70fb1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/pve_virtual_machines/tasks/vm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- name: Create cloud-init config
ansible.builtin.copy:
dest: "{{ pve_local_storage.proxmox_storages[0].path }}/snippets/{{ vm.vmid }}.yml"
dest: "{{ pve_virtual_machines_local_storage.proxmox_storages[0].path }}/snippets/{{ vm.vmid }}.yml"
owner: root
group: root
mode: 0640
Expand Down

0 comments on commit 70fb1fc

Please sign in to comment.