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
|
- name: Build and Upload NixOS Image, Restore and Convert to Template
|
||||||
hosts: proxmox
|
hosts: proxmox
|
||||||
|
become: true
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
|
@ -7,7 +8,7 @@
|
||||||
|
|
||||||
- name: Restore and Convert to Template on Proxmox
|
- name: Restore and Convert to Template on Proxmox
|
||||||
hosts: proxmox
|
hosts: proxmox
|
||||||
become: true # Need root/sudo on Proxmox host for qm commands
|
become: true
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
# VM/Template specifics (can be passed via --extra-vars or from group_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