diff --git a/ansible/roles/baremetal/tasks/pre-install.yml b/ansible/roles/baremetal/tasks/pre-install.yml
index 43993229abc82ad49023eebcb77f3e98bf21c8a8..20988ecc0a9ad9531efcd5076742a52a930b1545 100644
--- a/ansible/roles/baremetal/tasks/pre-install.yml
+++ b/ansible/roles/baremetal/tasks/pre-install.yml
@@ -28,7 +28,7 @@
           {% for host in groups['all'] %}
           {{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }} {{ hostvars[host]['ansible_hostname'] }}
           {% endfor %}
-  when: customize_etc_hosts | bool
+  when: customize_etc_hosts | bool == True
 
 - name: ensure sudo group is present
   group: name=sudo state=present