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.
2 parents c978467 + 35fa808 commit 18bd064Copy full SHA for 18bd064
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