From 702f9cd8ead2acc56c9ce18441796e9092fb55d1 Mon Sep 17 00:00:00 2001 From: plasmagoat Date: Mon, 9 Jun 2025 01:57:47 +0200 Subject: [PATCH] sudo become --- ansible/upload-template.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)