sudo become
This commit is contained in:
parent
0f98297605
commit
702f9cd8ea
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue