diff --git a/ansible/upload-template.yml b/ansible/upload-template.yml index 82b0a7c..3991dc1 100644 --- a/ansible/upload-template.yml +++ b/ansible/upload-template.yml @@ -1,5 +1,6 @@ - name: Build and Upload NixOS Image, Restore and Convert to Template hosts: proxmox + become: true gather_facts: false roles: @@ -7,7 +8,7 @@ - name: Restore and Convert to Template on Proxmox hosts: proxmox - become: true # Need root/sudo on Proxmox host for qm commands + become: true vars: # VM/Template specifics (can be passed via --extra-vars or from group_vars)