We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c978467 commit 35fa808Copy full SHA for 35fa808
base/default.yml
@@ -50,7 +50,7 @@
50
password: "{{ lookup('env', 'PASSWORD') }}"
51
mount: "{{ mount }}"
52
when:
53
- - PROXMOX_PASSWORD is defined and PROXMOX_PASSWORD != ''
+ - lookup('env','PROXMOX_PASSWORD') | default('', True) | length > 0
54
- not (share | default(false) | bool)
55
- mount is defined
56
tags: mounts
0 commit comments