mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 15:46:16 +00:00
address linting issues
This commit is contained in:
parent
04799d4406
commit
472438de1f
1 changed files with 3 additions and 2 deletions
|
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
- name: Check if hdd CIFS storage is configured
|
- name: Check if hdd CIFS storage is configured
|
||||||
ansible.builtin.command: pvesh get /storage/hdd
|
ansible.builtin.command: pvesh get /storage/hdd
|
||||||
register: pve_hdd_check
|
register: proxmox_ve_hdd_check
|
||||||
changed_when: false
|
changed_when: false
|
||||||
failed_when: false
|
failed_when: false
|
||||||
|
|
||||||
|
|
@ -62,4 +62,5 @@
|
||||||
--password {{ proxmox_ve_smb_password }}
|
--password {{ proxmox_ve_smb_password }}
|
||||||
--content images,backup,import,snippets,vztmpl,rootdir,iso
|
--content images,backup,import,snippets,vztmpl,rootdir,iso
|
||||||
no_log: true
|
no_log: true
|
||||||
when: pve_hdd_check.rc != 0
|
changed_when: true
|
||||||
|
when: proxmox_ve_hdd_check.rc != 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue