address linting issues

This commit is contained in:
Rasmus Wejlgaard 2026-05-14 20:47:18 +01:00
parent 04799d4406
commit 472438de1f

View file

@ -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