Skip to content

Commit 17cf75b

Browse files
committed
Fixed booleans handling
1 parent dd1dc8d commit 17cf75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
- name: Create a new volume if it was not created yet
1515
include: create.yml
16-
when: enc_filesystem_create_if_not_exists == True and storage_file.stat.exists == False
16+
when: enc_filesystem_create_if_not_exists|bool == True and storage_file.stat.exists == False
1717

1818
- name: Mount the volume
1919
include: mount.yml

0 commit comments

Comments
 (0)