Skip to content

Commit

Permalink
Allow a default value to be overridden (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
velomatt authored Aug 23, 2023
1 parent 6ac94f5 commit 18b8ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/get_mountpoints/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

- name: Init vars
set_fact:
standalone_minio: false
standalone_minio: "{{ standalone_minio | d(false)}}"

- name: Get Combined VLAN IP map
include_role:
Expand Down

0 comments on commit 18b8ea9

Please sign in to comment.